HEX
Server: Apache
System: Linux r5.a1center.net 4.18.0-513.5.1.lve.el8.x86_64 #1 SMP Tue Nov 21 10:14:49 UTC 2023 x86_64
User: redpsiju (1623)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /home/redpsiju/sqldump.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.19-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: redpsiju_wpdb
-- ------------------------------------------------------
-- Server version	10.6.19-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1249 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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',
  `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 AUTO_INCREMENT=610 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_image_storage`
--

DROP TABLE IF EXISTS `wp_nextend2_image_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_image_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  `image` text NOT NULL,
  `value` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_image_storage`
--

LOCK TABLES `wp_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_section_storage`
--

DROP TABLE IF EXISTS `wp_nextend2_section_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_section_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `application` varchar(20) NOT NULL,
  `section` varchar(128) NOT NULL,
  `referencekey` varchar(128) NOT NULL,
  `value` mediumtext NOT NULL,
  `system` int(11) NOT NULL DEFAULT 0,
  `editable` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `application` (`application`,`section`,`referencekey`),
  KEY `application_2` (`application`,`section`)
) ENGINE=MyISAM AUTO_INCREMENT=10005 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_section_storage`
--

LOCK TABLES `wp_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_section_storage` VALUES (10000,'system','global','n2_ss3_version','3.3.22r4860',1,1),(10001,'smartslider','update','version','3.4.1.14',0,1),(10002,'smartslider','update','lastcheck','1606535489',0,1),(10003,'smartslider','license','isActive','0',0,1),(10004,'smartslider','license','key','',0,1);
/*!40000 ALTER TABLE `wp_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group` varchar(254) NOT NULL,
  `type` varchar(254) NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_generators`
--

LOCK TABLES `wp_nextend2_smartslider3_generators` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `alias` varchar(255) DEFAULT NULL,
  `title` varchar(100) NOT NULL,
  `type` varchar(30) NOT NULL,
  `params` mediumtext NOT NULL,
  `time` datetime NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders`
--

LOCK TABLES `wp_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_sliders` VALUES (1,NULL,'Sample Slider','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"fontsize\":\"16\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"playWhenVisible\":\"1\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"bg-parallax-tablet\":\"1\",\"bg-parallax-mobile\":\"1\",\"callbacks\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$/plugins/widgetarrow/image/image/previous/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$/plugins/widgetarrow/image/image/next/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-overlay\":\"0\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}','2015-11-01 14:14:20','',0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_sliders_xref`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` (
  `group_id` int(11) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`group_id`,`slider_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders_xref`
--

LOCK TABLES `wp_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL,
  `publish_down` datetime NOT NULL,
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext DEFAULT NULL,
  `description` text NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `params` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_slides`
--

LOCK TABLES `wp_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_slides` VALUES (1,'Slide One',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Martin Dwyer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Martin Dwyer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Application Developer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Application Developer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/developerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/programmer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',0,0),(2,'Slide Two',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Rachel Wright\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Rachel Wright\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Art Director & Photographer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Art Director & Photographer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/artdirectorthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/free1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',1,0),(3,'Slide Three',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Andrew Butler\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Andrew Butler\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Photographer & Illustrator\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Photographer & Illustrator\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/photographerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/photographer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',2,0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 AUTO_INCREMENT=51056 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://redpsiju.com','yes'),(2,'home','https://redpsiju.com','yes'),(3,'blogname','Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica','yes'),(4,'blogdescription','REDPSIJU','yes'),(45906,'new_admin_email','jchtorres@redpsiju.com','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','jchtorres@redpsiju.com','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','d/m/Y','yes'),(24,'time_format','g:i A','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:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s: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:41:\"index.php?&page_id=8942&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:2:{i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:23:\"pagelayer/pagelayer.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','-5','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:66:\"/home/redpsiju/public_html/wp-content/themes/seos-social/style.css\";i:1;s:62:\"/home/redpsiju/public_html/wp-content/themes/vastart/style.css\";i:2;s:0:\"\";}','no'),(40,'template','avril','yes'),(41,'stylesheet','aera','yes'),(41202,'finished_updating_comment_type','1','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','57155','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:3:{i:1;a:1:{s:5:\"title\";s:10:\"Categories\";}i:2;a:1:{s:5:\"title\";s:10:\"Categories\";}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<div class=\"footer-logo\"><img src=\"https://redpsiju.org/wp-content/plugins/clever-fox/inc/aera/images/logo-2.png\" alt=\"\"></div>\r\n                        <p>There are many variations of dummy passages of Lorem Ipsum a available, but the majority have suffered that is alteration in some that form  injected humour or randomised.</p>\r\n		\";}i:2;a:1:{s:5:\"title\";s:12:\"Recent Posts\";}i:3;a:1:{s:5:\"title\";s:10:\"Categories\";}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:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','657','yes'),(84,'page_on_front','8942','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','8956','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,'admin_email_lifespan','1737293822','yes'),(94,'initial_db_version','45805','yes'),(95,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:70:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:19:\"access_kingcomposer\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:19:\"access_kingcomposer\";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'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Archives\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:3:{s:21:\"avril-sidebar-primary\";a:0:{}s:24:\"avril-footer-widget-area\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:9:{i:1727119729;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:1727138982;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1727139033;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1727149808;a:2:{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:1727161668;a:1:{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;}}}i:1727193008;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:1727193048;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:1727225380;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','yes'),(114,'theme_mods_twentytwenty','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";s:4:\"Main\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1607698116;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-2\";a:0:{}}}}','no'),(126,'bizworx_promo_time','1583164223','yes'),(300,'_elementor_installed_time','1583424220','yes'),(301,'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\";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:9:\"templates\";a:763:{i:0;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:6;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:197;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-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:37:\"[\"header\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:12;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:11;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-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:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:129;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:14;s:11:\"trend_index\";i:13;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?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:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:195;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:64;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:14:{s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-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:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:278;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:157;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?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:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:425;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:11;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:75;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:238;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:13;a:14:{s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:175;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:14;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:198;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-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:48:\"[\"Flooring company\",\"Flooring website\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:685;s:11:\"trend_index\";i:192;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:16;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:28;s:11:\"trend_index\";i:25;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-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:48:\"[\"Flooring company\",\"Flooring website\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:632;s:11:\"trend_index\";i:83;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:18;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:265;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:137;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:20;a:14:{s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:88;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:145;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-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:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:306;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:368;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:255;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:25;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:157;s:11:\"trend_index\";i:115;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:337;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:27;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:195;s:11:\"trend_index\";i:167;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:140;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:315;s:11:\"trend_index\";i:315;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:465;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:51;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:305;s:11:\"trend_index\";i:216;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:344;s:11:\"trend_index\";i:514;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:308;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";i: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\";i: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:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:16;s:11:\"trend_index\";i:14;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:63;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:578;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:251;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:398;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:40;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:288;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:111;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:600;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:43;a:14:{s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-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:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:317;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:440;s:11:\"trend_index\";i:445;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?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:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:47;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:615;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-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:43:\"[\"footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:466;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:661;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:51;a:14:{s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-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:43:\"[\"header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:504;s:11:\"trend_index\";i:421;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:220;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-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:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:55;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:60;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-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:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:103;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?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:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:59;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:281;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?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:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:61;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:174;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?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:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:135;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:327;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:65;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:99;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:484;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:67;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:49;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:86;s:11:\"trend_index\";i:85;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:694;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:70;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:71;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:205;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:503;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:257;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:304;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/dance-studio-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:22:\"[\"404\",\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:76;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:160;s:11:\"trend_index\";i:242;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:14:{s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-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:25:\"[\"dance studio\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:269;s:11:\"trend_index\";i:350;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:549;s:11:\"trend_index\";i:456;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:80;a:14:{s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-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:25:\"[\"dance studio\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:292;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:83;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:209;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:14:{s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:85;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:443;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:87;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:439;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:14:{s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-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:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:45;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:556;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:91;a:14:{s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/travel-blog-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:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:92;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:121;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:14:{s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:94;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:277;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:470;s:11:\"trend_index\";i:411;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:96;a:14:{s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:97;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:233;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:530;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-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:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:430;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:14:{s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:102;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:419;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:459;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:104;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:549;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:620;s:11:\"trend_index\";i:573;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:106;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:486;s:11:\"trend_index\";i:586;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:456;s:11:\"trend_index\";i:436;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:108;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:130;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:638;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:110;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:170;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:517;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:112;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:67;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:510;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:114;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:82;s:11:\"trend_index\";i:156;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:399;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:194;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:117;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:26;s:11:\"trend_index\";i:24;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:87;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:591;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:534;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:121;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:53;s:11:\"trend_index\";i:90;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:624;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:123;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:89;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:155;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:666;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:126;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:254;s:11:\"trend_index\";i:309;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:381;s:11:\"trend_index\";i:423;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:409;s:11:\"trend_index\";i:492;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:580;s:11:\"trend_index\";i:610;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:130;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:343;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:660;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:329;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:455;s:11:\"trend_index\";i:524;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:427;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:537;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:69;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:138;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:232;s:11:\"trend_index\";i:291;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:218;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:70;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:133;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:313;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:416;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:401;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:594;s:11:\"trend_index\";i:664;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:648;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:239;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:509;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:36;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:164;s:11:\"trend_index\";i:207;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:389;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:296;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:153;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:346;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:334;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:271;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:681;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:157;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:490;s:11:\"trend_index\";i:448;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:511;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:159;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:191;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:160;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:142;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:433;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:486;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:163;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:22;s:11:\"trend_index\";i:18;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:698;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:165;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:223;s:11:\"trend_index\";i:236;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:609;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:167;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:149;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:454;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:546;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:170;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:212;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:249;s:11:\"trend_index\";i:268;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:146;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:80;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:158;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:42;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:176;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:48;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:128;s:11:\"trend_index\";i:179;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:237;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:251;s:11:\"trend_index\";i:234;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i: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\";i:0;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:17;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:9;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:159;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:256;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:246;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:81;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:163;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:182;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:418;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:86;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:374;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:564;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:676;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:193;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:402;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i: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\";i:0;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:124;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:326;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:296;s:11:\"trend_index\";i:164;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:473;s:11:\"trend_index\";i:567;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:428;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:662;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:410;s:11:\"trend_index\";i:471;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:338;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:629;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:203;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:120;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:186;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:35;s:11:\"trend_index\";i:33;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:29;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:94;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:628;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:209;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:136;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:613;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:65;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:212;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:604;s:11:\"trend_index\";i:619;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:109;s:11:\"trend_index\";i:113;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:703;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:215;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:193;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:404;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:235;s:11:\"trend_index\";i:190;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:222;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:35;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:176;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:126;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:144;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:181;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:360;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:225;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:235;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:154;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";i: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\";i: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:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:583;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:174;s:11:\"trend_index\";i:141;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i: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\";i:0;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:213;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:110;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:226;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:489;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:233;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:188;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:128;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:364;s:11:\"trend_index\";i:272;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:107;s:11:\"trend_index\";i:125;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:540;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:238;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:172;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:239;a:14:{s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i: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\";i:0;s:16:\"popularity_index\";i:126;s:11:\"trend_index\";i:28;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:224;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:418;s:11:\"trend_index\";i:294;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:130;s:11:\"trend_index\";i:109;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:52;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:423;s:11:\"trend_index\";i:377;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:245;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:329;s:11:\"trend_index\";i:431;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:97;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:642;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:342;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:19;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:548;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:34;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:27;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:118;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:162;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:98;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:252;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:55;s:11:\"trend_index\";i:73;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:347;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:254;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:8;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:47;s:11:\"trend_index\";i:37;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:267;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:100;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:46;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:485;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:266;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:91;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:309;s:11:\"trend_index\";i:376;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?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:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:678;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:269;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:248;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:386;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?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:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:621;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:272;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:160;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:364;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-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\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:469;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:141;s:11:\"trend_index\";i:171;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:501;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-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\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:394;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:410;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:474;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-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\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:53;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:535;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:312;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:74;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:647;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:571;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:122;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:377;s:11:\"trend_index\";i:576;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:640;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:165;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:439;s:11:\"trend_index\";i:455;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:266;s:11:\"trend_index\";i:381;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:335;s:11:\"trend_index\";i:300;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:150;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:72;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:259;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:54;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:117;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:318;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:165;s:11:\"trend_index\";i:177;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:230;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:85;s:11:\"trend_index\";i:66;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:454;s:11:\"trend_index\";i:299;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:107;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:314;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:82;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:105;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:96;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:496;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:396;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:244;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:215;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:330;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:324;s:11:\"trend_index\";i:397;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:490;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:269;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:23;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:321;s:11:\"trend_index\";i:393;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:243;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:469;s:11:\"trend_index\";i:481;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:211;s:11:\"trend_index\";i:250;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-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:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:313;s:11:\"trend_index\";i:240;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:687;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:290;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-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:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:336;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:344;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:452;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:214;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:553;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:429;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:516;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:562;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:266;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:386;s:11:\"trend_index\";i:287;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:658;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:106;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-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:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:528;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:453;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:670;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:340;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:709;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:274;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:342;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:310;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:16;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-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:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:580;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:588;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:55;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:447;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:713;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:61;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-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:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:341;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:561;s:11:\"trend_index\";i:715;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:93;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:590;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:650;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:30;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-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:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:199;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:535;s:11:\"trend_index\";i:599;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:43;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:699;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:360;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:39;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:380;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:362;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:202;s:11:\"trend_index\";i:295;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:363;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:301;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:364;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:385;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:365;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:166;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:366;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:204;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:446;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:119;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:221;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:360;s:11:\"trend_index\";i:369;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:114;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:263;s:11:\"trend_index\";i:223;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:290;s:11:\"trend_index\";i:422;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:403;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:258;s:11:\"trend_index\";i:479;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:463;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:377;a:14:{s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?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:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:497;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:210;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:575;s:11:\"trend_index\";i:533;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:380;a:14:{s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?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:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:491;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:328;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:618;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:383;a:14:{s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?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:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:509;s:11:\"trend_index\";i:351;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:283;s:11:\"trend_index\";i:458;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-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:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:686;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:520;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-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:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:405;s:11:\"trend_index\";i:219;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:684;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:390;a:14:{s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-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:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:222;s:11:\"trend_index\";i:78;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:323;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?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:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:685;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:393;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:498;s:11:\"trend_index\";i:505;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:271;s:11:\"trend_index\";i:228;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:395;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:426;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:396;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:426;s:11:\"trend_index\";i:440;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:536;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:398;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:475;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:399;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:517;s:11:\"trend_index\";i:563;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:577;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:401;a:14:{s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:515;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:550;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:487;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:404;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:152;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-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:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:359;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:406;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:461;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:566;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:408;a:14:{s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-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:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:371;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:356;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-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:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:435;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:570;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:349;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:413;a:14:{s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:407;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:414;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:499;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:708;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:416;a:14:{s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:523;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:417;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:495;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:519;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:419;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:98;s:11:\"trend_index\";i:92;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:541;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:421;a:14:{s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:623;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:422;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:258;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-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:37:\"[\"Barber Shop\",\"Barbershop\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:225;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:460;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-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:37:\"[\"Barber Shop\",\"Barbershop\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:405;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:426;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:518;s:11:\"trend_index\";i:565;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-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:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:675;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:428;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:506;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:552;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:430;a:14:{s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:649;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:431;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:677;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:692;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:433;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:568;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:435;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:603;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:436;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:238;s:11:\"trend_index\";i:324;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:566;s:11:\"trend_index\";i:646;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:261;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:439;a:14:{s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:551;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:440;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:320;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:273;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:442;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:264;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:420;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:652;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:445;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:154;s:11:\"trend_index\";i:151;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:522;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:447;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:348;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:448;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:606;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:449;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:38;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?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:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:512;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:451;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:247;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-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:41:\"[\"Food\",\"footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:147;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:453;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:56;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:693;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:455;a:14:{s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-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:41:\"[\"Food\",\"header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:196;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:148;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:54;s:11:\"trend_index\";i:47;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:459;a:14:{s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:476;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:169;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:620;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:462;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:249;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:467;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:464;a:14:{s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:587;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:465;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:178;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:417;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:674;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:468;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:314;s:11:\"trend_index\";i:355;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:469;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:575;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:161;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:625;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:472;a:14:{s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?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:34:\"[\"404\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:626;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:275;s:11:\"trend_index\";i:280;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";i: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\";i: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\";i:0;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:632;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:475;a:14:{s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-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:37:\"[\"footer\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:263;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";i: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\";i: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\";i:1;s:16:\"popularity_index\";i:3;s:11:\"trend_index\";i:1;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";i: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\";i: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\";i:1;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:478;a:14:{s:2:\"id\";i: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\";i: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\";i:1;s:16:\"popularity_index\";i:560;s:11:\"trend_index\";i:663;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:479;a:14:{s:2:\"id\";i: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\";i: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\";i:2;s:16:\"popularity_index\";i:1;s:11:\"trend_index\";i:3;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";i: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\";i: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\";i:3;s:16:\"popularity_index\";i:5;s:11:\"trend_index\";i:4;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:481;a:14:{s:2:\"id\";i: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\";i: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\";i:3;s:16:\"popularity_index\";i:674;s:11:\"trend_index\";i:654;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:482;a:14:{s:2:\"id\";i: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\";i: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\";i:3;s:16:\"popularity_index\";i:370;s:11:\"trend_index\";i:311;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";i: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\";i: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\";i:4;s:16:\"popularity_index\";i:2;s:11:\"trend_index\";i:2;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";i: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\";i: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\";i:4;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:712;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";i: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\";i: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\";i:5;s:16:\"popularity_index\";i:6;s:11:\"trend_index\";i:5;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";i: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\";i: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\";i:6;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:671;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/travel-blog-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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-blog-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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:489;a:14:{s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-blog-home/?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:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/dance-studio-home/?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:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";i: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\";i: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\";i:9;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:408;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/dance-studio-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:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-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:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/dance-studio-schedule/?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:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-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:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-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:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-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:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-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:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?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:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";i: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\";i: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\";i:17;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:680;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:501;a:14:{s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-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:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";i: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\";i: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\";i:19;s:16:\"popularity_index\";i:471;s:11:\"trend_index\";i:437;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:503;a:14:{s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-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:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";i: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\";i: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\";i:19;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:704;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:642;s:11:\"trend_index\";i:102;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";i: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\";i: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\";i:20;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:635;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:116;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";i: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\";i: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\";i:21;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:451;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:57;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:139;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?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:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:131;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:512;a:14:{s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-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:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:302;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";i: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\";i: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\";i:26;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:601;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-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:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:303;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:515;a:14:{s:2:\"id\";i: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\";i: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\";i:27;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:696;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:516;a:14:{s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-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:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:201;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-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:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:168;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:270;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:504;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:520;a:14:{s:2:\"id\";i: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\";i: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\";i:30;s:16:\"popularity_index\";i:503;s:11:\"trend_index\";i:450;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";i: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\";i: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\";i:31;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:657;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:526;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:375;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:395;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:473;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";i: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\";i: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\";i:35;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:612;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?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\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:494;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";i: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\";i: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\";i:36;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:714;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:529;a:14:{s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:592;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:530;a:14:{s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:631;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:531;a:14:{s:2:\"id\";i: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\";i: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\";i:38;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:608;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:532;a:14:{s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:710;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:533;a:14:{s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:672;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:534;a:14:{s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-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:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:706;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:535;a:14:{s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:101;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:293;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";i: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\";i: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\";i:43;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:682;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:538;a:14:{s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:384;s:11:\"trend_index\";i:203;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-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:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:279;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-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:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:376;s:11:\"trend_index\";i:340;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";i: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\";i: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\";i:46;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:543;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:542;a:14:{s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-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:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:202;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-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:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:229;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-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:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:231;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:292;s:11:\"trend_index\";i:143;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:480;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:390;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:550;s:11:\"trend_index\";i:472;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:321;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:637;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";i: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\";i: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\";i:54;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:552;a:14:{s:2:\"id\";i: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\";i: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\";i:55;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:702;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:553;a:14:{s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:434;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";i: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\";i: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\";i:55;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:555;a:14:{s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:358;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";i: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\";i: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\";i:56;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:493;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:557;a:14:{s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:574;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:488;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:559;a:14:{s:2:\"id\";i: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\";i: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\";i:59;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:560;a:14:{s:2:\"id\";i:12805;s:5:\"title\";s:38:\"Photography &#8211; B&#038;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:555;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?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:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:518;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";i: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\";i: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\";i:60;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:701;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:563;a:14:{s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:77;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:211;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";i: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\";i: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\";i:63;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:667;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:566;a:14:{s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:367;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:567;a:14:{s:2:\"id\";i: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\";i: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\";i:64;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:643;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:568;a:14:{s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:412;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:507;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:570;a:14:{s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-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:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:531;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";i: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\";i: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\";i:66;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:572;a:14:{s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:384;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:573;a:14:{s:2:\"id\";i: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\";i: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\";i:67;s:16:\"popularity_index\";i:506;s:11:\"trend_index\";i:585;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:574;a:14:{s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-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:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:482;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";i: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\";i: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\";i:69;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:366;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:576;a:14:{s:2:\"id\";i: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\";i: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\";i:69;s:16:\"popularity_index\";i:293;s:11:\"trend_index\";i:319;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";i: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\";i: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\";i:70;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:361;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";i: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\";i: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\";i:71;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:579;a:14:{s:2:\"id\";i: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\";i: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\";i:71;s:16:\"popularity_index\";i:415;s:11:\"trend_index\";i:335;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";i: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\";i: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\";i:72;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:547;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";i: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\";i: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\";i:72;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:645;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:582;a:14:{s:2:\"id\";i: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\";i: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\";i:73;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:705;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:583;a:14:{s:2:\"id\";i: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\";i: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\";i:73;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:26;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";i: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\";i: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\";i:74;s:16:\"popularity_index\";i:7;s:11:\"trend_index\";i:7;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";i: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\";i: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\";i:75;s:16:\"popularity_index\";i:647;s:11:\"trend_index\";i:659;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:586;a:14:{s:2:\"id\";i: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\";i: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\";i:75;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:208;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";i: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\";i: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\";i:76;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:284;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";i: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\";i: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\";i:76;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:665;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:589;a:14:{s:2:\"id\";i: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\";i: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\";i:77;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:241;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";i: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\";i: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\";i:78;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:112;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";i: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\";i: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\";i:78;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:634;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:592;a:14:{s:2:\"id\";i: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\";i: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\";i:79;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:589;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";i: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\";i: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\";i:79;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:633;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:594;a:14:{s:2:\"id\";i: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\";i: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\";i:80;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:697;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:595;a:14:{s:2:\"id\";i: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\";i: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\";i:80;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:253;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";i: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\";i: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\";i:81;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:545;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";i: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\";i: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\";i:82;s:16:\"popularity_index\";i:218;s:11:\"trend_index\";i:245;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";i: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\";i: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\";i:83;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:478;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";i: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\";i: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\";i:83;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:707;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:600;a:14:{s:2:\"id\";i: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\";i: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\";i:84;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:601;a:14:{s:2:\"id\";i: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\";i: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\";i:84;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:108;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";i: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\";i: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\";i:85;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:538;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";i: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\";i: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\";i:86;s:16:\"popularity_index\";i:162;s:11:\"trend_index\";i:187;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";i: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\";i: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\";i:87;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:400;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";i: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\";i: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\";i:88;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:316;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";i: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\";i: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\";i:89;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:700;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:607;a:14:{s:2:\"id\";i: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\";i: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\";i:89;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:184;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";i: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\";i: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\";i:90;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:596;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";i: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\";i: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\";i:90;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:611;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:610;a:14:{s:2:\"id\";i: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\";i: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\";i:91;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:611;a:14:{s:2:\"id\";i: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\";i: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\";i:91;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:345;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";i: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\";i: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\";i:92;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:406;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";i: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\";i: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\";i:92;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:711;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:614;a:14:{s:2:\"id\";i: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\";i: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\";i:93;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:508;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:615;a:14:{s:2:\"id\";i: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\";i: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\";i:93;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:365;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";i: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\";i: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\";i:94;s:16:\"popularity_index\";i:462;s:11:\"trend_index\";i:391;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";i: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\";i: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\";i:95;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:561;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";i: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\";i: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\";i:96;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:690;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:619;a:14:{s:2:\"id\";i: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\";i: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\";i:96;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:123;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";i: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\";i: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\";i:97;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:424;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";i: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\";i: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\";i:98;s:16:\"popularity_index\";i:10;s:11:\"trend_index\";i:32;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";i: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\";i: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\";i:98;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:691;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:623;a:14:{s:2:\"id\";i: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\";i: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\";i:99;s:16:\"popularity_index\";i:25;s:11:\"trend_index\";i:76;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";i: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\";i: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\";i:100;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:373;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";i: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\";i: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\";i:101;s:16:\"popularity_index\";i:175;s:11:\"trend_index\";i:331;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";i: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\";i: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\";i:102;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:378;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";i: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\";i: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\";i:103;s:16:\"popularity_index\";i:302;s:11:\"trend_index\";i:382;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";i: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\";i: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\";i:104;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:79;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";i: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\";i: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\";i:105;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:285;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:630;a:14:{s:2:\"id\";i: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\";i: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\";i:105;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:636;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:631;a:14:{s:2:\"id\";i: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\";i: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\";i:106;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:557;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";i: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\";i: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\";i:107;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:441;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";i: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\";i: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\";i:107;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:655;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:634;a:14:{s:2:\"id\";i: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\";i: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\";i:108;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:372;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";i: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\";i: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\";i:109;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:275;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";i: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\";i: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\";i:110;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:353;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";i: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\";i: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\";i:111;s:16:\"popularity_index\";i:502;s:11:\"trend_index\";i:413;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";i: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\";i: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\";i:112;s:16:\"popularity_index\";i:461;s:11:\"trend_index\";i:656;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:639;a:14:{s:2:\"id\";i: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\";i: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\";i:112;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:362;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";i: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\";i: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\";i:113;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:438;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";i: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\";i: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\";i:114;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:332;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:642;a:14:{s:2:\"id\";i: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\";i: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\";i:115;s:16:\"popularity_index\";i:447;s:11:\"trend_index\";i:289;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";i: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\";i: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\";i:115;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:668;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:644;a:14:{s:2:\"id\";i: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\";i: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\";i:116;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:260;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";i: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\";i: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\";i:117;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:579;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:646;a:14:{s:2:\"id\";i: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\";i: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\";i:118;s:16:\"popularity_index\";i:4;s:11:\"trend_index\";i:21;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";i: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\";i: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\";i:119;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:276;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";i: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\";i: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\";i:120;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:325;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";i: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\";i: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\";i:121;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:58;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";i: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\";i: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\";i:122;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:357;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";i: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\";i: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\";i:123;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:477;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";i: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\";i: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\";i:124;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:415;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";i: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\";i: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\";i:125;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:217;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";i: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\";i: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\";i:126;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:529;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";i: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\";i: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\";i:127;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:339;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";i: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\";i: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\";i:128;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:227;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";i: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\";i: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\";i:129;s:16:\"popularity_index\";i:11;s:11:\"trend_index\";i:20;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";i: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\";i: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\";i:130;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:502;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:659;a:14:{s:2:\"id\";i: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\";i: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\";i:131;s:16:\"popularity_index\";i:427;s:11:\"trend_index\";i:594;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:660;a:14:{s:2:\"id\";i: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\";i: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\";i:132;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:614;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:661;a:14:{s:2:\"id\";i: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\";i: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\";i:133;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:409;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:662;a:14:{s:2:\"id\";i: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\";i: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\";i:134;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:282;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:663;a:14:{s:2:\"id\";i: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\";i: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\";i:135;s:16:\"popularity_index\";i:355;s:11:\"trend_index\";i:630;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:664;a:14:{s:2:\"id\";i: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\";i: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\";i:136;s:16:\"popularity_index\";i:403;s:11:\"trend_index\";i:584;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:665;a:14:{s:2:\"id\";i: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\";i: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\";i:137;s:16:\"popularity_index\";i:8;s:11:\"trend_index\";i:10;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:666;a:14:{s:2:\"id\";i: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\";i: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\";i:138;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:68;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:667;a:14:{s:2:\"id\";i: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\";i: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\";i:139;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:173;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:668;a:14:{s:2:\"id\";i: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\";i: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\";i:140;s:16:\"popularity_index\";i:18;s:11:\"trend_index\";i:41;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:669;a:14:{s:2:\"id\";i: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\";i: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\";i:141;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:59;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:670;a:14:{s:2:\"id\";i: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\";i: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\";i:142;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:483;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:671;a:14:{s:2:\"id\";i: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\";i: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\";i:143;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:560;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:672;a:14:{s:2:\"id\";i: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\";i: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\";i:144;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:554;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:673;a:14:{s:2:\"id\";i: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\";i: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\";i:145;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:444;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:674;a:14:{s:2:\"id\";i: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\";i: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\";i:146;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:283;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:675;a:14:{s:2:\"id\";i: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\";i: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\";i:147;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:84;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:676;a:14:{s:2:\"id\";i: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\";i: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\";i:148;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:598;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:677;a:14:{s:2:\"id\";i: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\";i: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\";i:149;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:539;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:678;a:14:{s:2:\"id\";i: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\";i: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\";i:150;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:462;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:679;a:14:{s:2:\"id\";i: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\";i: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\";i:151;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:673;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:680;a:14:{s:2:\"id\";i: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\";i: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\";i:152;s:16:\"popularity_index\";i:382;s:11:\"trend_index\";i:532;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:681;a:14:{s:2:\"id\";i: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\";i: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\";i:153;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:379;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:682;a:14:{s:2:\"id\";i: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\";i: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\";i:154;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:370;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:683;a:14:{s:2:\"id\";i: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\";i: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\";i:155;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:542;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:684;a:14:{s:2:\"id\";i: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\";i: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\";i:156;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:558;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:685;a:14:{s:2:\"id\";i: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\";i: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\";i:157;s:16:\"popularity_index\";i:358;s:11:\"trend_index\";i:525;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:686;a:14:{s:2:\"id\";i: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\";i: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\";i:158;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:569;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:687;a:14:{s:2:\"id\";i: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\";i: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\";i:159;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:322;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:688;a:14:{s:2:\"id\";i: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\";i: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\";i:160;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:95;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:689;a:14:{s:2:\"id\";i: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\";i: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\";i:161;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:457;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:690;a:14:{s:2:\"id\";i: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\";i: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\";i:162;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:44;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:691;a:14:{s:2:\"id\";i: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\";i: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\";i:163;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:617;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:692;a:14:{s:2:\"id\";i: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\";i: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\";i:164;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:644;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:693;a:14:{s:2:\"id\";i: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\";i: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\";i:165;s:16:\"popularity_index\";i:374;s:11:\"trend_index\";i:449;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:694;a:14:{s:2:\"id\";i: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\";i: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\";i:166;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:544;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:695;a:14:{s:2:\"id\";i: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\";i: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\";i:167;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:180;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:696;a:14:{s:2:\"id\";i: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\";i: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\";i:168;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:383;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:697;a:14:{s:2:\"id\";i: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\";i: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\";i:169;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:153;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:698;a:14:{s:2:\"id\";i: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\";i: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\";i:170;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:695;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:699;a:14:{s:2:\"id\";i: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\";i: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\";i:171;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:641;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:700;a:14:{s:2:\"id\";i: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\";i: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\";i:172;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:442;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:701;a:14:{s:2:\"id\";i: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\";i: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\";i:173;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:622;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:702;a:14:{s:2:\"id\";i: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\";i: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\";i:174;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:582;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:703;a:14:{s:2:\"id\";i: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\";i: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\";i:175;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:559;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:704;a:14:{s:2:\"id\";i: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\";i: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\";i:176;s:16:\"popularity_index\";i:573;s:11:\"trend_index\";i:605;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:705;a:14:{s:2:\"id\";i: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\";i: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\";i:177;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:262;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:706;a:14:{s:2:\"id\";i: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\";i: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\";i:178;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:470;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:707;a:14:{s:2:\"id\";i: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\";i: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\";i:179;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:127;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:708;a:14:{s:2:\"id\";i: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\";i: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\";i:180;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:307;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:709;a:14:{s:2:\"id\";i: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\";i: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\";i:181;s:16:\"popularity_index\";i:68;s:11:\"trend_index\";i:183;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:710;a:14:{s:2:\"id\";i: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\";i: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\";i:182;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:185;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:711;a:14:{s:2:\"id\";i: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\";i: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\";i:183;s:16:\"popularity_index\";i:12;s:11:\"trend_index\";i:15;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:712;a:14:{s:2:\"id\";i: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\";i: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\";i:184;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:50;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:713;a:14:{s:2:\"id\";i: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\";i: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\";i:185;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:653;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:714;a:14:{s:2:\"id\";i: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\";i: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\";i:186;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:232;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:715;a:14:{s:2:\"id\";i: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\";i: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\";i:187;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:40;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:716;a:14:{s:2:\"id\";i: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\";i: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\";i:188;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:607;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:717;a:14:{s:2:\"id\";i: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\";i: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\";i:189;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:581;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:718;a:14:{s:2:\"id\";i: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\";i: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\";i:190;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:498;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:719;a:14:{s:2:\"id\";i: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\";i: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\";i:191;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:468;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:720;a:14:{s:2:\"id\";i: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\";i: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\";i:192;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:595;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:721;a:14:{s:2:\"id\";i: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\";i: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\";i:193;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:132;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:722;a:14:{s:2:\"id\";i: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\";i: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\";i:194;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:104;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:723;a:14:{s:2:\"id\";i: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\";i: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\";i:195;s:16:\"popularity_index\";i:17;s:11:\"trend_index\";i:22;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:724;a:14:{s:2:\"id\";i: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\";i: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\";i:196;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:286;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:725;a:14:{s:2:\"id\";i: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\";i: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\";i:197;s:16:\"popularity_index\";i:32;s:11:\"trend_index\";i:31;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:726;a:14:{s:2:\"id\";i: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\";i: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\";i:198;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:597;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:727;a:14:{s:2:\"id\";i: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\";i: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\";i:199;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:500;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:728;a:14:{s:2:\"id\";i: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\";i: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\";i:200;s:16:\"popularity_index\";i:72;s:11:\"trend_index\";i:134;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:729;a:14:{s:2:\"id\";i: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\";i: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:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:432;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:730;a:14:{s:2:\"id\";i: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\";i: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:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:200;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:731;a:14:{s:2:\"id\";i: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\";i: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\";i:203;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:354;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:732;a:14:{s:2:\"id\";i: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\";i: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\";i:204;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:206;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:733;a:14:{s:2:\"id\";i: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\";i: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\";i:205;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:297;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:734;a:14:{s:2:\"id\";i: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\";i: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\";i:206;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:388;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:735;a:14:{s:2:\"id\";i: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\";i: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\";i:207;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:363;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:736;a:14:{s:2:\"id\";i: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\";i: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\";i:208;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:298;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:737;a:14:{s:2:\"id\";i: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\";i: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\";i:209;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:627;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:738;a:14:{s:2:\"id\";i: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\";i: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\";i:210;s:16:\"popularity_index\";i:257;s:11:\"trend_index\";i:305;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:739;a:14:{s:2:\"id\";i: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\";i: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\";i:211;s:16:\"popularity_index\";i:363;s:11:\"trend_index\";i:464;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:740;a:14:{s:2:\"id\";i: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\";i: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\";i:212;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:387;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:741;a:14:{s:2:\"id\";i: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\";i: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\";i:213;s:16:\"popularity_index\";i:425;s:11:\"trend_index\";i:513;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:742;a:14:{s:2:\"id\";i: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\";i: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\";i:214;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:689;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:743;a:14:{s:2:\"id\";i: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\";i: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\";i:215;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:616;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:744;a:14:{s:2:\"id\";i: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\";i: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\";i:216;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:572;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:745;a:14:{s:2:\"id\";i: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\";i: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\";i:217;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:392;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:746;a:14:{s:2:\"id\";i: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\";i: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\";i:218;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:333;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:747;a:14:{s:2:\"id\";i: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\";i: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\";i:219;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:521;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:748;a:14:{s:2:\"id\";i: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\";i: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\";i:220;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:414;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:749;a:14:{s:2:\"id\";i: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\";i: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\";i:221;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:189;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:750;a:14:{s:2:\"id\";i: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\";i: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\";i:222;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:352;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:751;a:14:{s:2:\"id\";i: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\";i: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\";i:223;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:752;a:14:{s:2:\"id\";i: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\";i: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\";i:224;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:683;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:753;a:14:{s:2:\"id\";i: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\";i: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\";i:225;s:16:\"popularity_index\";i:487;s:11:\"trend_index\";i:679;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:754;a:14:{s:2:\"id\";i: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\";i: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\";i:226;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:602;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:755;a:14:{s:2:\"id\";i: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\";i: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\";i:227;s:16:\"popularity_index\";i:460;s:11:\"trend_index\";i:639;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:756;a:14:{s:2:\"id\";i: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\";i: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\";i:228;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:593;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:757;a:14:{s:2:\"id\";i: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\";i: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\";i:229;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:604;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:758;a:14:{s:2:\"id\";i: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\";i: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\";i:230;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:669;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:759;a:14:{s:2:\"id\";i: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\";i: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\";i:231;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:527;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:760;a:14:{s:2:\"id\";i: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\";i: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\";i:232;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:651;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:761;a:14:{s:2:\"id\";i: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\";i: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\";i:233;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:688;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:762;a:14:{s:2:\"id\";i: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\";i: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\";i:234;s:16:\"popularity_index\";i:20;s:11:\"trend_index\";i:62;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(127,'theme_mods_bizworx','a:4:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";s:4:\"Main\";}s:16:\"background_image\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1607698177;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-3\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:9:\"sidebar-2\";a:0:{}}}}','no'),(9601,'theme_mods_aera','a:14:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary_menu\";s:4:\"Main\";}s:18:\"custom_css_post_id\";i:-1;s:17:\"copyright_content\";s:177:\"Sede de la Secretaría General: Av. Francisco Bolognesi N° 1243 – Chiclayo - Perú (+51) 971917436 ::--:: Copyright © [current_year]: Todos los derechos reservados RedPsiJu.\";s:16:\"background_image\";s:0:\"\";s:17:\"breadcrumb_bg_img\";s:59:\"https://redpsiju.org/wp-content/uploads/2020/03/fondo-1.png\";s:11:\"custom_logo\";s:0:\"\";s:16:\"tlh_mobile_title\";s:12:\"Virtual 24x7\";s:18:\"tlh_mobile_sbtitle\";s:15:\"+51-991 543 831\";s:15:\"tlh_email_title\";s:5:\"Email\";s:17:\"tlh_email_sbtitle\";s:22:\"jchtorres@redpsiju.com\";s:17:\"tlh_contact_title\";s:15:\"9:00AM - 4:00PM\";s:19:\"tlh_contact_sbtitle\";s:15:\"Lunes a Viernes\";s:21:\"hide_show_social_icon\";b:0;}','yes'),(122,'WPLANG','es_ES','yes'),(647,'kc_optimized','a:5:{s:6:\"enable\";s:0:\"\";s:6:\"global\";s:0:\"\";s:7:\"dvanced\";s:0:\"\";i:0;s:5:\"false\";s:8:\"advanced\";s:0:\"\";}','no'),(41203,'user_count','1','no'),(41204,'db_upgraded','','yes'),(297,'recently_activated','a:1:{s:25:\"clever-fox/clever-fox.php\";i:1721741942;}','yes'),(298,'elementor_version','3.0.13','yes'),(42343,'avril_media_id','a:1:{i:0;i:10074;}','yes'),(41363,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":5,\"critical\":3}','yes'),(147,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(420,'elementor_log','a:12:{s:32:\"cb5828a84cbbd64c2ac172df0e49d3f2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:76:\"/home/redpsiju/public_html/wp-content/plugins/elementor/core/admin/admin.php\";s:7:\"\0*\0line\";i:138;s:7:\"\0*\0date\";s:19:\"2020-03-07 21:23:15\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:36:\"Trying to get property of non-object\";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:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2020-03-07 21:23:15\";i:1;s:19:\"2020-03-14 17:02:05\";i:2;s:19:\"2020-03-14 22:13:57\";i:3;s:19:\"2020-03-22 10:16:30\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:36:\"Trying to get property of non-object\";s:4:\"file\";s:76:\"/home/redpsiju/public_html/wp-content/plugins/elementor/core/admin/admin.php\";s:4:\"line\";i:138;s:5:\"trace\";b:1;}}s:32:\"3d35ed99e2e920c0eaab680ced53252e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"de0d0e3a34d7b8ff7723e63bd185fdfd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"69a73a7e82bd6fc7763bcbab5d6cd46d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"3ed06ee5e12fa17bb3dc4b20140e5452\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c0ee0ff61b6d19ba6d16e404d56025f9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"62a2f0bb24751d6db547f616b17744b9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"bf71a0f68af21f2b18e892a114a9297e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"6dcfd8458446c3f0e34a04b0fc9b9fdb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"8d4e5dd7835bce8217afe7656ca0e8e0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a9823cd78c15bdfff5d59938128065f0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";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.9.4\";s:2:\"to\";s:6:\"3.0.13\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.4\";s:2:\"to\";s:6:\"3.0.13\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1200c05639c3d9e0c3019c65e1c63c97\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-16 20:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.4\";s:2:\"to\";s:6:\"3.0.13\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-16 20:41:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.4\";s:2:\"to\";s:6:\"3.0.13\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(318,'category_children','a:0:{}','yes'),(658,'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'),(659,'elementor_active_kit','9444','yes'),(294,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.9.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1583406205;s:7:\"version\";s:5:\"5.1.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(41224,'pagelayer_icons_set','a:1:{i:0;s:13:\"font-awesome5\";}','yes'),(41225,'pagelayer_enable_giver','1','yes'),(43258,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.6\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.6/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-20 14:52:12\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-17 09:27:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.24/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-30 17:34:42\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-16 10:44:14\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-06 18:20:31\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-13 05:44:31\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-18 09:36:50\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 12:32:40\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 18:16:33\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 18:16:41\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.3.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-18 08:19:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-08 09:52:35\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.3.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-08 09:49:50\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-31 11:51:34\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-22 00:24:59\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-28 15:58:51\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-28 15:57:23\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-07 10:32:51\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-03 07:25:21\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-20 08:57:43\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-17 16:18:36\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-22 13:44:03\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-26 01:50:26\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.14/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.19\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.19/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-31 02:13:04\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-05 10:16:58\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-15 17:16:26\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 23:13:21\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-18 14:24:18\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-30 17:30:18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-03 13:04:16\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-15 23:14:34\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.3/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 23:41:33\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-09 07:20:47\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.31\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.31/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-05-28 22:06:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-31 09:18:27\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-05 16:40:26\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-06 09:35:55\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-07 01:43:33\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.24/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-25 18:45:51\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-07 06:30:43\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.24/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.6\";s:7:\"updated\";s:19:\"2023-10-31 08:47:02\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.6/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.24/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.19\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.19/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.4/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-13 00:53:29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-14 15:26:14\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-29 06:43:10\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.4/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-01 07:05:22\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.6\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.6/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-13 08:36:49\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-05 01:27:19\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.24/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.13\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.13/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.36\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.36/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 23:32:44\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-18 12:10:13\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-29 11:56:04\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.3.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-02 16:15:05\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-10 16:26:11\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-20 04:59:22\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.32\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.32/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-27 11:36:32\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-28 12:14:59\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.3.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-21 12:17:05\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-18 18:23:14\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-31 21:49:13\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-20 06:29:06\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.14/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-23 12:34:38\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-11 16:19:53\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-27 05:53:56\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-21 10:39:13\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-13 08:42:34\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.16\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.16/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.36\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.36/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.8/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.23/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-14 17:48:14\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-07 14:06:17\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2023-03-04 10:46:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.4/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.14/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-07-15 15:30:50\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 21:22:49\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-02 06:09:18\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(9992,'dismissed-get_started','1','yes'),(8680,'elementor_install_history','a:1:{s:6:\"3.0.13\";i:1605577266;}','yes'),(41196,'comment_previously_approved','1','yes'),(41197,'auto_plugin_theme_update_emails','a:0:{}','no'),(41198,'auto_update_core_dev','enabled','yes'),(41199,'auto_update_core_minor','enabled','yes'),(41200,'auto_update_core_major','unset','yes'),(41201,'wp_force_deactivated_plugins','a:0:{}','yes'),(9573,'dismissed_update_core','a:1:{s:9:\"5.6|es_ES\";b:1;}','no'),(42345,'item_details_page','Done','yes'),(41217,'pagelayer_version','1.8.6','yes'),(41218,'pagelayer_options','a:0:{}','yes'),(41219,'pagelayer_promo_time','1695171044','yes'),(41194,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(41195,'disallowed_keys','','no'),(49274,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1721785026','no'),(302,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:87:\"Elementor Team Writes: Website Launch Checklist — 25 Must-Dos Before A Website Launch\";s:7:\"excerpt\";s:334:\"Launching a website is an exciting time but can also be stressful — how do you know that you haven’t forgotten some important WordPress setting or task that might cause problems down the line? With our thorough website launch checklist, you can be confident that you’ve ticked all the boxes and your site is ready for primetime.\";s:7:\"created\";i:1606789080;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:124:\"https://elementor.com/blog/website-launch-checklist/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:64:\"WordPress Vs Website Builders: Which Option is Best? | Elementor\";s:7:\"excerpt\";s:152:\"Struggling to choose between WordPress and site builders? This article will help you understand the differences and allow you to choose the best option.\";s:7:\"created\";i:1606744505;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:129:\"https://elementor.com/blog/wordpress-vs-website-builders/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:74:\"2020 E-Commerce Holiday Readiness: 8 Tips for Preparing Your Online Store \";s:7:\"excerpt\";s:294:\"The holiday season offers an excellent opportunity for e-commerce websites to end the year with flying colors. It’s time to eat, drink and be merry and gather ‘round to share useful tips on preparing your online store for the holidays, and mark 2020 down as a year of online retail success.\";s:7:\"created\";i:1606472446;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:172:\"https://elementor.com/blog/2020-e-commerce-holiday-readiness-8-tips-for-preparing-your-online-store/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:55:\"Monthly Template Kits #15: The Travel Blog Template Kit\";s:7:\"excerpt\";s:215:\"This month\'s template kit is a travel blog, the kit itself takes you on a journey through the art of blogging — as our designers have created a bold and bright travel blog template kit for wanderlust enthusiasts. \";s:7:\"created\";i:1606300637;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:124:\"https://elementor.com/blog/travel-blog-template-kit/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:34:\"Elementor\'s Black Friday Sale 2020\";s:7:\"excerpt\";s:202:\"Our Black Friday and Cyber Monday 2020 promotion is our biggest sale of the year. Learn how easy it is to get the best rate possible for Elementor Pro and get the full ultimate web creation experience. \";s:7:\"created\";i:1606206495;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:117:\"https://elementor.com/blog/black-friday-2020/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(306,'current_theme','Aera','yes'),(307,'theme_mods_vastart','a:22:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";s:4:\"Main\";}s:18:\"custom_css_post_id\";i:8943;s:11:\"custom_logo\";i:8951;s:11:\"logo-height\";s:2:\"30\";s:11:\"logo-sticky\";s:55:\"https://redpsiju.org/wp-content/uploads/2020/03/log.png\";s:18:\"logo-sticky-height\";s:2:\"25\";s:13:\"primary-color\";s:7:\"#405ef3\";s:12:\"style-layout\";s:22:\"vastart-masonry-layout\";s:23:\"navbar-background-color\";s:19:\"rgba(255,255,255,0)\";s:20:\"navbar-bottom-border\";s:4:\"none\";s:12:\"header_image\";s:69:\"https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo-1-3.png\";s:27:\"header_image_show_frontpage\";s:25:\"vastart-header-image-hide\";s:24:\"footer-display-copyright\";s:1:\"0\";s:13:\"footer-option\";s:13:\"footer-widget\";s:14:\"footer-content\";s:4:\"9633\";s:13:\"topbar-switch\";s:5:\"false\";s:17:\"navbar-font-color\";s:7:\"#1e73be\";s:24:\"navbar-font-sticky-color\";s:7:\"#1f70c1\";s:28:\"topbar-home-background-color\";s:7:\"#1e73be\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:9672;s:3:\"url\";s:69:\"https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo-1-3.png\";s:13:\"thumbnail_url\";s:69:\"https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo-1-3.png\";s:6:\"height\";i:380;s:5:\"width\";i:1920;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1607697232;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:11:{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\";i:6;s:8:\"search-3\";i:7;s:11:\"tag_cloud-1\";i:8;s:13:\"media_video-1\";i:9;s:14:\"recent-posts-3\";i:10;s:6:\"text-3\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','no'),(308,'theme_switched','','yes'),(656,'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'),(657,'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'),(311,'kc_options','a:4:{s:13:\"content_types\";a:0:{}s:8:\"css_code\";s:0:\"\";s:7:\"animate\";s:0:\"\";s:9:\"max_width\";s:6:\"1170px\";}','no'),(313,'n2_ss3_version','3.3.22r4860','yes'),(314,'widget_kc_widget_content','a:5:{i:1;a:4:{s:5:\"title\";s:8:\"About Us\";s:8:\"title_as\";s:0:\"\";s:2:\"id\";s:26:\"KC Section - widget1 #8909\";s:5:\"class\";s:8:\"indexing\";}i:2;a:4:{s:5:\"title\";s:7:\"product\";s:8:\"title_as\";s:0:\"\";s:2:\"id\";s:26:\"KC Section - widget3 #8911\";s:5:\"class\";s:0:\"\";}i:3;a:4:{s:5:\"title\";s:7:\"gallery\";s:8:\"title_as\";s:0:\"\";s:2:\"id\";s:26:\"KC Section - widget2 #8910\";s:5:\"class\";s:0:\"\";}i:4;a:4:{s:5:\"title\";s:0:\"\";s:8:\"title_as\";s:0:\"\";s:2:\"id\";s:30:\"KC Section - footer-area #8865\";s:5:\"class\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(315,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(322,'nav_menus_created_posts','a:0:{}','yes'),(319,'elementor_library_category_children','a:0:{}','yes'),(320,'kc-section-category_children','a:0:{}','yes'),(41208,'https_detection_errors','a:0:{}','yes'),(8970,'_elementor_global_css','a:6:{s:4:\"time\";i:1606237356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(2086,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"jchtorres@redpsiju.com\";s:7:\"version\";s:5:\"6.5.5\";s:9:\"timestamp\";i:1719259725;}','no'),(9588,'theme_mods_seos-social','a:8:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";s:4:\"Main\";}s:18:\"custom_css_post_id\";i:-1;s:16:\"homepage_columns\";s:1:\"1\";s:17:\"hide_home_content\";i:0;s:17:\"content_max_width\";i:1210;s:15:\"content_padding\";i:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1607698101;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-3\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}','no'),(9258,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51050,'_site_transient_timeout_theme_roots','1727119492','no'),(51051,'_site_transient_theme_roots','a:12:{s:4:\"aera\";s:7:\"/themes\";s:5:\"avril\";s:7:\"/themes\";s:7:\"bizworx\";s:7:\"/themes\";s:11:\"seos-social\";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\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:7:\"vastart\";s:7:\"/themes\";}','no'),(49271,'_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51','1721785026','no'),(45862,'wp_attachment_pages_enabled','1','yes'),(45893,'can_compress_scripts','1','yes'),(49286,'pagelayer_changelog_notice','1','yes'),(51052,'_site_transient_timeout_wp_theme_files_patterns-9b35ec82068ea926024f2d1e2884da45','1727120366','off'),(51053,'_site_transient_wp_theme_files_patterns-9b35ec82068ea926024f2d1e2884da45','a:2:{s:7:\"version\";s:6:\"1.0.60\";s:8:\"patterns\";a:0:{}}','off'),(51054,'_site_transient_timeout_wp_theme_files_patterns-2688c5b5068c98af28fc21d204a83171','1727120366','off'),(51055,'_site_transient_wp_theme_files_patterns-2688c5b5068c98af28fc21d204a83171','a:2:{s:7:\"version\";s:5:\"1.1.3\";s:8:\"patterns\";a:0:{}}','off'),(49337,'secret_key','E9n9^}:f-aBXd&GIj5#|(CSp<]r)kl~_RZr6}Uq$4:4UXKD3rU*&v0ELEhSLhBWB','no'),(50757,'_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:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.6.2.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1727118833;s:15:\"version_checked\";s:5:\"6.6.2\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-26 09:32:30\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}}}','off'),(49281,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),(49294,'_transient_is_multi_author','0','yes'),(51047,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1727117692;s:7:\"checked\";a:12:{s:4:\"aera\";s:6:\"1.0.60\";s:5:\"avril\";s:5:\"1.1.3\";s:7:\"bizworx\";s:5:\"1.1.0\";s:11:\"seos-social\";s:5:\"1.1.8\";s:14:\"twentynineteen\";s:3:\"2.2\";s:15:\"twentyseventeen\";s:3:\"2.9\";s:13:\"twentysixteen\";s:3:\"2.6\";s:12:\"twentytwenty\";s:3:\"1.9\";s:15:\"twentytwentyone\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";s:7:\"vastart\";s:6:\"1.2.12\";}s:8:\"response\";a:10:{s:4:\"aera\";a:6:{s:5:\"theme\";s:4:\"aera\";s:11:\"new_version\";s:4:\"10.1\";s:3:\"url\";s:34:\"https://wordpress.org/themes/aera/\";s:7:\"package\";s:51:\"https://downloads.wordpress.org/theme/aera.10.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.6\";}s:5:\"avril\";a:6:{s:5:\"theme\";s:5:\"avril\";s:11:\"new_version\";s:4:\"10.5\";s:3:\"url\";s:35:\"https://wordpress.org/themes/avril/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/avril.10.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.6\";}s:11:\"seos-social\";a:6:{s:5:\"theme\";s:11:\"seos-social\";s:11:\"new_version\";s:5:\"2.0.0\";s:3:\"url\";s:41:\"https://wordpress.org/themes/seos-social/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/seos-social.2.0.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.3\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.3.3.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.3.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.5.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.8.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(51048,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1727117707;s:8:\"response\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.9.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.9.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"pagelayer/pagelayer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/pagelayer\";s:4:\"slug\";s:9:\"pagelayer\";s:6:\"plugin\";s:23:\"pagelayer/pagelayer.php\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pagelayer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pagelayer.1.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-256x256.png?rev=2064937\";s:2:\"1x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-128x128.png?rev=2064937\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pagelayer/assets/banner-1544x500.png?rev=2668020\";s:2:\"1x\";s:64:\"https://ps.w.org/pagelayer/assets/banner-772x250.png?rev=2668020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";s:3:\"5.5\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.9.7\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.8.6\";}}','no'),(51012,'_site_transient_timeout_php_check_1a31e573deff9bf63840fe4b3ef8afb9','1727225928','no'),(51013,'_site_transient_php_check_1a31e573deff9bf63840fe4b3ef8afb9','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1738 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (129,46,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"RedPsiJu «[your-subject]»\";s:6:\"sender\";s:33:\"RedPsiJu <jchtorres@redpsiju.org>\";s:4:\"body\";s:133:\"Cuerpo del mensaje:\n[your-message]\n\n-- \nEste mensaje se ha enviado desde un formulario de contacto en RedPsiJu (https://redpsiju.org)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: jchtorres@redpsiju.org\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(37,16,'_wp_attached_file','2020/02/xxsda.jpg'),(38,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:17:\"2020/02/xxsda.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"xxsda-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"xxsda-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"bizworx-medium-thumb\";a:4:{s:4:\"file\";s:17:\"xxsda-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"bizworx-small-thumb\";a:4:{s:4:\"file\";s:17:\"xxsda-230x153.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"84\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,18,'_wp_attached_file','2020/02/logored.png'),(42,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1128;s:6:\"height\";i:488;s:4:\"file\";s:19:\"2020/02/logored.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logored-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"logored-1024x443.png\";s:5:\"width\";i:1024;s:6:\"height\";i:443;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logored-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:19:\"logored-768x332.png\";s:5:\"width\";i:768;s:6:\"height\";i:332;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"bizworx-large-thumb\";a:4:{s:4:\"file\";s:19:\"logored-830x359.png\";s:5:\"width\";i:830;s:6:\"height\";i:359;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"bizworx-medium-thumb\";a:4:{s:4:\"file\";s:19:\"logored-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"bizworx-small-thumb\";a:4:{s:4:\"file\";s:19:\"logored-230x100.png\";s:5:\"width\";i:230;s:6:\"height\";i:100;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:{}}}'),(43,18,'_wp_attachment_is_custom_background','bizworx'),(1652,10024,'_elementor_css','a:7:{s:4:\"time\";i:1606237356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(128,46,'_mail','a:8:{s:7:\"subject\";s:27:\"RedPsiJu «[your-subject]»\";s:6:\"sender\";s:33:\"RedPsiJu <jchtorres@redpsiju.org>\";s:4:\"body\";s:188:\"De: [your-name] <[your-email]>\nAsunto: [your-subject]\n\nCuerpo del mensaje:\n[your-message]\n\n-- \nEste mensaje se ha enviado desde un formulario de contacto en RedPsiJu (https://redpsiju.org)\";s:9:\"recipient\";s:22:\"jchtorres@redpsiju.org\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(127,46,'_form','<label> Tu nombre (obligatorio)\n    [text* your-name] </label>\n\n<label> Tu correo electrónico (obligatorio)\n    [email* your-email] </label>\n\n<label> Asunto\n    [text your-subject] </label>\n\n<label> Tu mensaje\n    [textarea your-message] </label>\n\n[submit \"Enviar\"]'),(130,46,'_messages','a:8:{s:12:\"mail_sent_ok\";s:40:\"Gracias por tu mensaje. Ha sido enviado.\";s:12:\"mail_sent_ng\";s:85:\"Hubo un error intentando enviar tu mensaje. Por favor inténtalo de nuevo más tarde.\";s:16:\"validation_error\";s:74:\"Uno o más campos tienen un error. Por favor revisa e inténtalo de nuevo.\";s:4:\"spam\";s:85:\"Hubo un error intentando enviar tu mensaje. Por favor inténtalo de nuevo más tarde.\";s:12:\"accept_terms\";s:69:\"Debes aceptar los términos y condiciones antes de enviar tu mensaje.\";s:16:\"invalid_required\";s:24:\"El campo es obligatorio.\";s:16:\"invalid_too_long\";s:28:\"El campo es demasiado largo.\";s:17:\"invalid_too_short\";s:28:\"El campo es demasiado corto.\";}'),(131,46,'_additional_settings',NULL),(132,46,'_locale','es_ES'),(133,47,'_wp_attached_file','2020/03/log_file_2020-03-05__16-06-54.txt'),(134,8058,'_wp_attached_file','2019/06/logo-kergan-black-1-1-1.png'),(135,8058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:55;s:4:\"file\";s:35:\"2019/06/logo-kergan-black-1-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-kergan-black-1-1-1-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(136,8163,'_wp_attached_file','2019/06/kluwerbg-1-1-1.png'),(137,8163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1389;s:6:\"height\";i:637;s:4:\"file\";s:26:\"2019/06/kluwerbg-1-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"kluwerbg-1-1-1-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"kluwerbg-1-1-1-1024x470.png\";s:5:\"width\";i:1024;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kluwerbg-1-1-1-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:26:\"kluwerbg-1-1-1-768x352.png\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:27:\"kluwerbg-1-1-1-1389x380.png\";s:5:\"width\";i:1389;s:6:\"height\";i:380;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:{}}}'),(139,8168,'_wp_attached_file','2019/06/LOGO-kergan-white-1-1-1.png'),(140,8168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:55;s:4:\"file\";s:35:\"2019/06/LOGO-kergan-white-1-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"LOGO-kergan-white-1-1-1-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(142,8322,'_wp_attached_file','2019/06/cropped-kluwerbg-1-1-1.png'),(143,8322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:34:\"2019/06/cropped-kluwerbg-1-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-kluwerbg-1-1-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"cropped-kluwerbg-1-1-1-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-kluwerbg-1-1-1-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:34:\"cropped-kluwerbg-1-1-1-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"cropped-kluwerbg-1-1-1-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}}'),(144,8322,'_wp_attachment_context','custom-header'),(147,8794,'_wp_attached_file','2019/07/logo-vastart-black-2-1-1.png'),(148,8794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:64;s:4:\"file\";s:36:\"2019/07/logo-vastart-black-2-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"logo-vastart-black-2-1-1-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"logo-vastart-black-2-1-1-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;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:{}}}'),(149,8796,'_wp_attached_file','2019/07/logo-vastart-2-1-1.png'),(150,8796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2019/07/logo-vastart-2-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"logo-vastart-2-1-1-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-vastart-2-1-1-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;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:{}}}'),(152,8811,'_wp_attached_file','2019/08/550x650-1-1-1.png'),(153,8811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2019/08/550x650-1-1-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"550x650-1-1-1-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"550x650-1-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:25:\"550x650-1-1-1-550x380.png\";s:5:\"width\";i:550;s:6:\"height\";i:380;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:{}}}'),(155,8812,'_wp_attached_file','2019/08/140x46-2-1-1.png'),(156,8812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:46;s:4:\"file\";s:24:\"2019/08/140x46-2-1-1.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:{}}}'),(1557,9953,'_wp_attached_file','2022/06/gabriel.png'),(1558,9953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:280;s:4:\"file\";s:19:\"2022/06/gabriel.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gabriel-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:{}}}'),(1345,8909,'_edit_lock','1584883626:1'),(161,8814,'_wp_attached_file','2019/08/100x92-2-1-1.png'),(162,8814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:92;s:4:\"file\";s:24:\"2019/08/100x92-2-1-1.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:{}}}'),(164,8815,'_wp_attached_file','2019/08/100x92-1-1-1-1.png'),(165,8815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:92;s:4:\"file\";s:26:\"2019/08/100x92-1-1-1-1.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:{}}}'),(167,8816,'_wp_attached_file','2019/08/150x60-1-1-1.png'),(168,8816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:60;s:4:\"file\";s:24:\"2019/08/150x60-1-1-1.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:{}}}'),(170,8817,'_wp_attached_file','2019/08/150x160-1-1-1.png'),(171,8817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:160;s:4:\"file\";s:25:\"2019/08/150x160-1-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"150x160-1-1-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:{}}}'),(842,8948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:32:\"2020/03/cropped-2752x520-1-2.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-2752x520-1-2-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"cropped-2752x520-1-2-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-2752x520-1-2-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:32:\"cropped-2752x520-1-2-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"cropped-2752x520-1-2-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}}'),(173,8818,'_wp_attached_file','2019/08/1389x637-1-1-1.png'),(174,8818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1389;s:6:\"height\";i:637;s:4:\"file\";s:26:\"2019/08/1389x637-1-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"1389x637-1-1-1-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"1389x637-1-1-1-1024x470.png\";s:5:\"width\";i:1024;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"1389x637-1-1-1-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:26:\"1389x637-1-1-1-768x352.png\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:27:\"1389x637-1-1-1-1389x380.png\";s:5:\"width\";i:1389;s:6:\"height\";i:380;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:{}}}'),(176,8821,'_wp_attached_file','2019/08/EEEEEE-1-1-1.png'),(177,8821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1250;s:4:\"file\";s:24:\"2019/08/EEEEEE-1-1-1.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"EEEEEE-1-1-1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"EEEEEE-1-1-1-1024x640.png\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"EEEEEE-1-1-1-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:24:\"EEEEEE-1-1-1-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"EEEEEE-1-1-1-1536x960.png\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:25:\"EEEEEE-1-1-1-1920x380.png\";s:5:\"width\";i:1920;s:6:\"height\";i:380;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:{}}}'),(179,8823,'_wp_attached_file','2019/08/345x245-1-1-1.png'),(180,8823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:245;s:4:\"file\";s:25:\"2019/08/345x245-1-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"345x245-1-1-1-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"345x245-1-1-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:{}}}'),(181,8824,'_wp_attached_file','2019/08/565x350-1-1-1.png'),(182,8824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:565;s:6:\"height\";i:350;s:4:\"file\";s:25:\"2019/08/565x350-1-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"565x350-1-1-1-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"565x350-1-1-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:{}}}'),(183,8825,'_wp_attached_file','2019/08/821x486-1-1-1.png'),(184,8825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:821;s:6:\"height\";i:486;s:4:\"file\";s:25:\"2019/08/821x486-1-1-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"821x486-1-1-1-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"821x486-1-1-1-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:25:\"821x486-1-1-1-768x455.png\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:25:\"821x486-1-1-1-821x380.png\";s:5:\"width\";i:821;s:6:\"height\";i:380;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:{}}}'),(185,8826,'_wp_attached_file','2019/08/356x356-1-1-1.png'),(186,8826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:356;s:6:\"height\";i:356;s:4:\"file\";s:25:\"2019/08/356x356-1-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"356x356-1-1-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:25:\"356x356-1-1-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:{}}}'),(188,8829,'_wp_attached_file','2019/08/2752x520-1-1-1.png'),(189,8829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2752;s:6:\"height\";i:520;s:4:\"file\";s:26:\"2019/08/2752x520-1-1-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"2752x520-1-1-1-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"2752x520-1-1-1-1024x193.png\";s:5:\"width\";i:1024;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"2752x520-1-1-1-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:26:\"2752x520-1-1-1-768x145.png\";s:5:\"width\";i:768;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"2752x520-1-1-1-1536x290.png\";s:5:\"width\";i:1536;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"2752x520-1-1-1-2048x387.png\";s:5:\"width\";i:2048;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:27:\"2752x520-1-1-1-1920x380.png\";s:5:\"width\";i:1920;s:6:\"height\";i:380;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:{}}}'),(190,1867,'_hide_title',''),(191,1867,'_sku','woo-vneck-tee-blue'),(192,1867,'_regular_price','15'),(193,1867,'_sale_price',''),(194,1867,'_sale_price_dates_from',''),(195,1867,'_sale_price_dates_to',''),(196,1867,'total_sales','0'),(197,1867,'_tax_status','taxable'),(198,1867,'_tax_class',''),(199,1867,'_manage_stock','no'),(200,1867,'_backorders','no'),(201,1867,'_low_stock_amount',''),(202,1867,'_sold_individually','no'),(203,1867,'_weight',''),(204,1867,'_length',''),(205,1867,'_width',''),(206,1867,'_height',''),(207,1867,'_upsell_ids','a:0:{}'),(208,1867,'_crosssell_ids','a:0:{}'),(209,1867,'_purchase_note',''),(210,1867,'_default_attributes','a:0:{}'),(211,1867,'_virtual','no'),(212,1867,'_downloadable','no'),(213,1867,'_product_image_gallery',''),(214,1867,'_download_limit','0'),(215,1867,'_download_expiry','0'),(216,1867,'_stock',''),(217,1867,'_stock_status','instock'),(218,1867,'_wc_average_rating','0'),(219,1867,'_wc_rating_count','a:0:{}'),(220,1867,'_wc_review_count','0'),(221,1867,'_downloadable_files','a:0:{}'),(222,1867,'_product_attributes','a:0:{}'),(223,1867,'_product_version','3.5.3'),(224,1867,'_price','15'),(225,1867,'_wpcom_is_markdown',''),(226,1867,'_wp_old_slug','import-placeholder-for-78'),(227,1867,'_variation_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),(228,1867,'attribute_pa_color','blue'),(229,1867,'attribute_pa_size',''),(230,1867,'_wp_old_slug','v-neck-t-shirt-blue'),(231,1867,'_link_video',''),(232,1867,'_carbs',''),(233,1867,'_serves',''),(234,1867,'_time',''),(235,1867,'_difficulty',''),(236,1867,'_short_desc',''),(237,1867,'_hide_title',''),(238,1867,'_sku','woo-vneck-tee-blue'),(239,1867,'_regular_price','15'),(240,1867,'_sale_price',''),(241,1867,'_sale_price_dates_from',''),(242,1867,'_sale_price_dates_to',''),(243,1867,'total_sales','0'),(244,1867,'_tax_status','taxable'),(245,1867,'_tax_class',''),(246,1867,'_manage_stock','no'),(247,1867,'_backorders','no'),(248,1867,'_low_stock_amount',''),(249,1867,'_sold_individually','no'),(250,1867,'_weight',''),(251,1867,'_length',''),(252,1867,'_width',''),(253,1867,'_height',''),(254,1867,'_upsell_ids','a:0:{}'),(255,1867,'_crosssell_ids','a:0:{}'),(256,1867,'_purchase_note',''),(257,1867,'_default_attributes','a:0:{}'),(258,1867,'_virtual','no'),(259,1867,'_downloadable','no'),(260,1867,'_product_image_gallery',''),(261,1867,'_download_limit','0'),(262,1867,'_download_expiry','0'),(263,1867,'_stock',''),(264,1867,'_stock_status','instock'),(265,1867,'_wc_average_rating','0'),(266,1867,'_wc_rating_count','a:0:{}'),(267,1867,'_wc_review_count','0'),(268,1867,'_downloadable_files','a:0:{}'),(269,1867,'_product_attributes','a:0:{}'),(270,1867,'_product_version','3.5.3'),(271,1867,'_price','15'),(272,1867,'_wpcom_is_markdown',''),(273,1867,'_wp_old_slug','import-placeholder-for-78'),(274,1867,'_variation_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),(275,1867,'attribute_pa_color','blue'),(276,1867,'attribute_pa_size',''),(277,1867,'_wp_old_slug','v-neck-t-shirt-blue'),(278,1867,'_link_video',''),(279,1867,'_carbs',''),(280,1867,'_serves',''),(281,1867,'_time',''),(282,1867,'_difficulty',''),(283,1867,'_short_desc',''),(284,1867,'_hide_title',''),(285,1867,'_sku','woo-vneck-tee-blue'),(286,1867,'_regular_price','15'),(287,1867,'_sale_price',''),(288,1867,'_sale_price_dates_from',''),(289,1867,'_sale_price_dates_to',''),(290,1867,'total_sales','0'),(291,1867,'_tax_status','taxable'),(292,1867,'_tax_class',''),(293,1867,'_manage_stock','no'),(294,1867,'_backorders','no'),(295,1867,'_low_stock_amount',''),(296,1867,'_sold_individually','no'),(297,1867,'_weight',''),(298,1867,'_length',''),(299,1867,'_width',''),(300,1867,'_height',''),(301,1867,'_upsell_ids','a:0:{}'),(302,1867,'_crosssell_ids','a:0:{}'),(303,1867,'_purchase_note',''),(304,1867,'_default_attributes','a:0:{}'),(305,1867,'_virtual','no'),(306,1867,'_downloadable','no'),(307,1867,'_product_image_gallery',''),(308,1867,'_download_limit','0'),(309,1867,'_download_expiry','0'),(310,1867,'_stock',''),(311,1867,'_stock_status','instock'),(312,1867,'_wc_average_rating','0'),(313,1867,'_wc_rating_count','a:0:{}'),(314,1867,'_wc_review_count','0'),(315,1867,'_downloadable_files','a:0:{}'),(316,1867,'_product_attributes','a:0:{}'),(317,1867,'_product_version','3.5.3'),(318,1867,'_price','15'),(319,1867,'_wpcom_is_markdown',''),(320,1867,'_wp_old_slug','import-placeholder-for-78'),(321,1867,'_variation_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),(322,1867,'attribute_pa_color','blue'),(323,1867,'attribute_pa_size',''),(324,1867,'_wp_old_slug','v-neck-t-shirt-blue'),(325,1867,'_link_video',''),(326,1867,'_carbs',''),(327,1867,'_serves',''),(328,1867,'_time',''),(329,1867,'_difficulty',''),(330,1867,'_short_desc',''),(331,1867,'_hide_title',''),(332,1867,'_sku','woo-vneck-tee-blue'),(333,1867,'_regular_price','15'),(334,1867,'_sale_price',''),(335,1867,'_sale_price_dates_from',''),(336,1867,'_sale_price_dates_to',''),(337,1867,'total_sales','0'),(338,1867,'_tax_status','taxable'),(339,1867,'_tax_class',''),(340,1867,'_manage_stock','no'),(341,1867,'_backorders','no'),(342,1867,'_low_stock_amount',''),(343,1867,'_sold_individually','no'),(344,1867,'_weight',''),(345,1867,'_length',''),(346,1867,'_width',''),(347,1867,'_height',''),(348,1867,'_upsell_ids','a:0:{}'),(349,1867,'_crosssell_ids','a:0:{}'),(350,1867,'_purchase_note',''),(351,1867,'_default_attributes','a:0:{}'),(352,1867,'_virtual','no'),(353,1867,'_downloadable','no'),(354,1867,'_product_image_gallery',''),(355,1867,'_download_limit','0'),(356,1867,'_download_expiry','0'),(357,1867,'_stock',''),(358,1867,'_stock_status','instock'),(359,1867,'_wc_average_rating','0'),(360,1867,'_wc_rating_count','a:0:{}'),(361,1867,'_wc_review_count','0'),(362,1867,'_downloadable_files','a:0:{}'),(363,1867,'_product_attributes','a:0:{}'),(364,1867,'_product_version','3.5.3'),(365,1867,'_price','15'),(366,1867,'_wpcom_is_markdown',''),(367,1867,'_wp_old_slug','import-placeholder-for-78'),(368,1867,'_variation_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),(369,1867,'attribute_pa_color','blue'),(370,1867,'attribute_pa_size',''),(371,1867,'_wp_old_slug','v-neck-t-shirt-blue'),(372,1867,'_link_video',''),(373,1867,'_carbs',''),(374,1867,'_serves',''),(375,1867,'_time',''),(376,1867,'_difficulty',''),(377,1867,'_short_desc',''),(378,8830,'_wp_attached_file','2019/08/cropped-2752x520-1-1-1.png'),(379,8830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:34:\"2019/08/cropped-2752x520-1-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-2752x520-1-1-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"cropped-2752x520-1-1-1-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-2752x520-1-1-1-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:34:\"cropped-2752x520-1-1-1-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"cropped-2752x520-1-1-1-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}}'),(380,8830,'_wp_attachment_context','custom-header'),(383,8835,'_wp_attached_file','2019/08/3840x2060-2-1-1.png'),(384,8835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:2060;s:4:\"file\";s:27:\"2019/08/3840x2060-2-1-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"3840x2060-2-1-1-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"3840x2060-2-1-1-1024x549.png\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"3840x2060-2-1-1-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:27:\"3840x2060-2-1-1-768x412.png\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"3840x2060-2-1-1-1536x824.png\";s:5:\"width\";i:1536;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"3840x2060-2-1-1-2048x1099.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1099;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:28:\"3840x2060-2-1-1-1920x380.png\";s:5:\"width\";i:1920;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(386,8837,'_wp_attached_file','2019/08/420x378-1-1-1.png'),(387,8837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:378;s:4:\"file\";s:25:\"2019/08/420x378-1-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"420x378-1-1-1-300x270.png\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"420x378-1-1-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:{}}}'),(389,8838,'_wp_attached_file','2019/08/520x442-1-1-1.png'),(390,8838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:442;s:4:\"file\";s:25:\"2019/08/520x442-1-1-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"520x442-1-1-1-300x255.png\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"520x442-1-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:25:\"520x442-1-1-1-520x380.png\";s:5:\"width\";i:520;s:6:\"height\";i:380;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:{}}}'),(392,8839,'_wp_attached_file','2019/08/520x380-1-1-1.png'),(393,8839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:380;s:4:\"file\";s:25:\"2019/08/520x380-1-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"520x380-1-1-1-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"520x380-1-1-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:{}}}'),(395,8844,'_wp_attached_file','2019/07/000000-1-1-1.png'),(396,8844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/07/000000-1-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"000000-1-1-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"000000-1-1-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"000000-1-1-1-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:24:\"000000-1-1-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:25:\"000000-1-1-1-1500x380.png\";s:5:\"width\";i:1500;s:6:\"height\";i:380;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:{}}}'),(398,8846,'_wp_attached_file','2019/08/350x240-4-1-1.png'),(399,8846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:240;s:4:\"file\";s:25:\"2019/08/350x240-4-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"350x240-4-1-1-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"350x240-4-1-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:{}}}'),(400,8847,'_wp_attached_file','2019/08/350x240-1-2-1-1.png'),(401,8847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:240;s:4:\"file\";s:27:\"2019/08/350x240-1-2-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"350x240-1-2-1-1-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"350x240-1-2-1-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:{}}}'),(402,8848,'_wp_attached_file','2019/08/350x240-2-2-1-1.png'),(403,8848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:240;s:4:\"file\";s:27:\"2019/08/350x240-2-2-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"350x240-2-2-1-1-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"350x240-2-2-1-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:{}}}'),(404,8875,'_wp_attached_file','2019/08/000000-5-2-1.png'),(405,8875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:520;s:4:\"file\";s:24:\"2019/08/000000-5-2-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"000000-5-2-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:24:\"000000-5-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:24:\"000000-5-2-1-520x380.png\";s:5:\"width\";i:520;s:6:\"height\";i:380;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:{}}}'),(407,8877,'_wp_attached_file','2019/08/000000-6-1-1-1.png'),(408,8877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:378;s:4:\"file\";s:26:\"2019/08/000000-6-1-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"000000-6-1-1-1-300x270.png\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"000000-6-1-1-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:{}}}'),(410,8878,'_wp_attached_file','2019/08/000000-7-1-1.png'),(411,8878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:442;s:4:\"file\";s:24:\"2019/08/000000-7-1-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"000000-7-1-1-300x255.png\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"000000-7-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:24:\"000000-7-1-1-520x380.png\";s:5:\"width\";i:520;s:6:\"height\";i:380;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:{}}}'),(413,8879,'_wp_attached_file','2019/08/000000-8-1-1.png'),(414,8879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:380;s:4:\"file\";s:24:\"2019/08/000000-8-1-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"000000-8-1-1-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"000000-8-1-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:{}}}'),(416,8913,'_wp_attached_file','2019/08/img-1219x623-1-1.png'),(417,8913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:623;s:4:\"file\";s:28:\"2019/08/img-1219x623-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"img-1219x623-1-1-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"img-1219x623-1-1-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"img-1219x623-1-1-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:28:\"img-1219x623-1-1-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:29:\"img-1219x623-1-1-1219x380.png\";s:5:\"width\";i:1219;s:6:\"height\";i:380;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:{}}}'),(418,8915,'_wp_attached_file','2019/08/000000-9-1-1.png'),(419,8915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:92;s:4:\"file\";s:24:\"2019/08/000000-9-1-1.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:{}}}'),(421,8925,'_wp_attached_file','2019/09/logo-vastart-black-2-1.png'),(422,8925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:64;s:4:\"file\";s:34:\"2019/09/logo-vastart-black-2-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-vastart-black-2-1-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-vastart-black-2-1-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;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:{}}}'),(423,8926,'_wp_attached_file','2019/09/cropped-2752x520-1-1.png'),(424,8926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:32:\"2019/09/cropped-2752x520-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-2752x520-1-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"cropped-2752x520-1-1-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-2752x520-1-1-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:32:\"cropped-2752x520-1-1-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"cropped-2752x520-1-1-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}}'),(426,8939,'_wp_attached_file','2019/09/logo-vastart-black-2-2.png'),(427,8939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:64;s:4:\"file\";s:34:\"2019/09/logo-vastart-black-2-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-vastart-black-2-2-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-vastart-black-2-2-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;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:{}}}'),(428,8940,'_wp_attached_file','2019/09/cropped-2752x520-1-2.png'),(429,8940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:32:\"2019/09/cropped-2752x520-1-2.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-2752x520-1-2-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"cropped-2752x520-1-2-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-2752x520-1-2-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:32:\"cropped-2752x520-1-2-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"cropped-2752x520-1-2-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}}'),(432,8942,'inline_featured_image','0'),(433,8942,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(434,8942,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"908405\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"533832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"861032\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"461718\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"438667\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener\">Acta Fundacional y Estatuto</a></p>\r\n<p style=\"text-align: center;\"><a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener\" style=\"font-style: inherit;\">Plan Estratégico Institucional</a><br></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"926426\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"678646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"655065\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"229844\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"762976\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"5057\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"683709\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"820962\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"638141\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"345112\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"860565\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]'),(435,8942,'inline_featured_image','0'),(436,8942,'_wp_page_template','templates/template-page-full-width.php'),(437,8942,'_hide_title',''),(438,8942,'_as_customizer_breadcrumbs','0'),(439,8942,'_hide_breadcrumbs',''),(440,8942,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(441,8942,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"908405\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"533832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"861032\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"461718\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"438667\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener\">Acta Fundacional y Estatuto</a></p>\r\n<p style=\"text-align: center;\"><a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener\" style=\"font-style: inherit;\">Plan Estratégico Institucional</a><br></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"926426\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"678646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"655065\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"229844\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"762976\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"5057\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"683709\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"820962\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"638141\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"345112\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"860565\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]'),(442,8942,'inline_featured_image','0'),(443,8942,'_wp_page_template','templates/template-page-full-width.php'),(444,8942,'_hide_title',''),(445,8942,'_as_customizer_breadcrumbs','0'),(446,8942,'_hide_breadcrumbs',''),(447,8943,'_hide_title',''),(448,8943,'_as_customizer_breadcrumbs','0'),(449,8943,'_hide_breadcrumbs',''),(450,8943,'_hide_title',''),(451,8943,'_as_customizer_breadcrumbs','0'),(452,8943,'_hide_breadcrumbs',''),(453,6436,'_hide_title',''),(454,6436,'_hide_title',''),(455,6436,'_hide_title',''),(456,6436,'_hide_title',''),(457,8021,'_hide_title',''),(458,8021,'_as_customizer_breadcrumbs','0'),(459,8021,'_hide_breadcrumbs',''),(460,8865,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(461,8865,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"953626\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiOTBkZWciLCIjNDA1ZWYzIiwiI2I0NjM5ZSJdLCJpbWFnZSI6Im5vbmUiLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-48px inherit inherit inherit`,`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\" disabled=\"on\"][kc_column width=\"25.08%\" video_mute=\"no\" _id=\"387670\"][kc_single_image image_size=\"109x22\" _id=\"504167\" image_source=\"media_library\" image=\"8796\"][/kc_column][kc_column width=\"49.81%\" video_mute=\"no\" _id=\"953738\"][kc_column_text _id=\"35915\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" class=\"link-on-dark\"]<p style=\"text-align: center;\"><a href=\"#\">Product</a>        <a href=\"#\">Work</a>        <a href=\"#\">Blog</a>         <a href=\"#\">About</a>        <a href=\"#\">Careers</a>        <a href=\"#\">Contact</a></p>\n[/kc_column_text][/kc_column][kc_column width=\"25.07%\" video_mute=\"no\" _id=\"469735\"][kc_multi_icons icons=\"eyIxIjp7ImxhYmVsIjoiWW91dHViZSIsImljb24iOiJmYWIteW91dHViZSIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIyIjp7ImxhYmVsIjoiVHdpdHRlciIsImljb24iOiJmYWItdHdpdHRlciIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIzIjp7ImxhYmVsIjoiSW5zdGFncmFtIiwiaWNvbiI6ImZhYi1pbnN0YWdyYW0iLCJsaW5rIjoiIiwiY29sb3IiOiIjMzMzMzMzIiwiYmdfY29sb3IiOiIifSwiNCI6eyJsYWJlbCI6IkZhY2Vib29rIiwiaWNvbiI6ImZhYi1mYWNlYm9vay1mIiwibGluayI6IiIsImNvbG9yIjoiIzMzMzMzMyIsImJnX2NvbG9yIjoiIn19\" _id=\"856932\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#ffffff !important`,`background-color|a`:`rgba(255, 255, 255, 0)`,`font-size|i`:`14px`,`text-align|a`:`center`,`line-height|i`:`21px`,`padding|a`:`6px 6px 6px 6px`,`margin-right|a`:`0px`},`icon-hover`:{`color|a:hover i`:`#ffffff`},`box`:{`text-align|`:`center`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"830043\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiOTBkZWciLCIjNDA1ZWYzIiwiI2I0NjM5ZSJdLCJpbWFnZSI6Im5vbmUiLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-48px inherit inherit inherit`,`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"25.08%\" video_mute=\"no\" _id=\"777439\"][kc_single_image image_size=\"109x22\" _id=\"452202\" image_source=\"media_library\" image=\"8796\"][/kc_column][kc_column width=\"49.81%\" video_mute=\"no\" _id=\"369771\"][kc_column_text _id=\"111302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" class=\"link-on-dark\"]<p style=\"text-align: center;\"><a href=\"#\">Product</a>        <a href=\"#\">Work</a>        <a href=\"#\">Blog</a>         <a href=\"#\">About</a>        <a href=\"#\">Careers</a>        <a href=\"#\">Contact</a></p>\n[/kc_column_text][/kc_column][kc_column width=\"25.07%\" video_mute=\"no\" _id=\"199060\"][kc_multi_icons icons=\"eyIxIjp7ImxhYmVsIjoiWW91dHViZSIsImljb24iOiJmYWIteW91dHViZSIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIyIjp7ImxhYmVsIjoiVHdpdHRlciIsImljb24iOiJmYWItdHdpdHRlciIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIzIjp7ImxhYmVsIjoiSW5zdGFncmFtIiwiaWNvbiI6ImZhYi1pbnN0YWdyYW0iLCJsaW5rIjoiIiwiY29sb3IiOiIjMzMzMzMzIiwiYmdfY29sb3IiOiIifSwiNCI6eyJsYWJlbCI6IkZhY2Vib29rIiwiaWNvbiI6ImZhYi1mYWNlYm9vay1mIiwibGluayI6IiIsImNvbG9yIjoiIzMzMzMzMyIsImJnX2NvbG9yIjoiIn19\" _id=\"124168\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#ffffff !important`,`background-color|a`:`rgba(255, 255, 255, 0)`,`font-size|i`:`14px`,`text-align|a`:`center`,`line-height|i`:`21px`,`padding|a`:`6px 6px 6px 6px`,`margin-right|a`:`0px`},`icon-hover`:{`color|a:hover i`:`#ffffff`},`box`:{`text-align|`:`center`}}}}\"][/kc_column][/kc_row]'),(462,8865,'_hide_title',''),(463,8865,'_as_customizer_breadcrumbs','0'),(464,8865,'_hide_breadcrumbs',''),(465,8909,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(466,8909,'kc_raw_content',''),(467,8909,'_hide_title',''),(468,8909,'_as_customizer_breadcrumbs','0'),(469,8909,'_hide_breadcrumbs',''),(470,8910,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(471,8910,'kc_raw_content',''),(472,8910,'_hide_title',''),(473,8910,'_as_customizer_breadcrumbs','0'),(474,8910,'_hide_breadcrumbs',''),(475,8911,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(476,8911,'kc_raw_content',''),(477,8911,'_hide_title',''),(478,8911,'_as_customizer_breadcrumbs','0'),(479,8911,'_hide_breadcrumbs',''),(480,8928,'_menu_item_type','post_type'),(481,8928,'_menu_item_menu_item_parent','0'),(482,8928,'_menu_item_object_id','8942'),(483,8928,'_menu_item_object','page'),(484,8928,'_menu_item_target',''),(485,8928,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(486,8928,'_menu_item_xfn',''),(487,8928,'_menu_item_url',''),(1657,10026,'_menu_item_target',''),(1656,10026,'_menu_item_object','page'),(1653,10026,'_menu_item_type','post_type'),(1654,10026,'_menu_item_menu_item_parent','8931'),(1655,10026,'_menu_item_object_id','10024'),(506,8931,'_menu_item_type','post_type'),(507,8931,'_menu_item_menu_item_parent','0'),(508,8931,'_menu_item_object_id','239'),(509,8931,'_menu_item_object','page'),(510,8931,'_menu_item_target',''),(511,8931,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(512,8931,'_menu_item_xfn',''),(513,8931,'_menu_item_url',''),(515,8932,'_menu_item_type','post_type'),(516,8932,'_menu_item_menu_item_parent','0'),(517,8932,'_menu_item_object_id','416'),(518,8932,'_menu_item_object','page'),(519,8932,'_menu_item_target',''),(520,8932,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(521,8932,'_menu_item_xfn',''),(522,8932,'_menu_item_url',''),(533,8938,'_menu_item_type','post_type'),(534,8938,'_menu_item_menu_item_parent','0'),(535,8938,'_menu_item_object_id','661'),(536,8938,'_menu_item_object','page'),(537,8938,'_menu_item_target',''),(538,8938,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(539,8938,'_menu_item_xfn',''),(540,8938,'_menu_item_url',''),(543,239,'inline_featured_image','0'),(544,239,'inline_featured_image','0'),(545,239,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(546,239,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"916669\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"284892\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"813905\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"757859\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"847065\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"367613\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"117186\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"460472\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"311547\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"39983\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"239738\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"329528\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"892290\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"649217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"309396\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"58696\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"872373\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"190680\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243620\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"869291\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"844181\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"410631\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"582198\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"907823\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"927049\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"110329\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"714919\"][kc_column_inner width=\"33.33%\" _id=\"211745\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"929548\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"86169\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738402\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"284513\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"993279\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"453628\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"768183\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"509485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgQW3DqXJpY2EgZGVsIFN1ciAvIEVzcGHDsWE=\" type=\"h2\" _id=\"772042\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"620019\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"343687\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"840798\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"690121\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"574528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"536537\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"443244\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"244702\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"519544\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"200261\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"768635\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIEJhcmNlbG9uYSwgQ2F0YWx1w7FhLg==\"][kc_column_text _id=\"429661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`30px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]'),(547,239,'_hide_title',''),(548,239,'_as_customizer_breadcrumbs','0'),(549,239,'_hide_breadcrumbs',''),(550,239,'inline_featured_image','0'),(551,239,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(552,239,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"916669\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"284892\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"813905\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"757859\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"847065\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"367613\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"117186\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"460472\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"311547\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"39983\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"239738\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"329528\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"892290\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"649217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"309396\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"58696\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"872373\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"190680\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243620\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"869291\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"844181\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"410631\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"582198\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"907823\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"927049\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"110329\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"714919\"][kc_column_inner width=\"33.33%\" _id=\"211745\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"929548\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"86169\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738402\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"284513\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"993279\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"453628\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"768183\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"509485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgQW3DqXJpY2EgZGVsIFN1ciAvIEVzcGHDsWE=\" type=\"h2\" _id=\"772042\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"620019\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"343687\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"840798\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"690121\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"574528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"536537\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"443244\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"244702\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"519544\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"200261\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"768635\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIEJhcmNlbG9uYSwgQ2F0YWx1w7FhLg==\"][kc_column_text _id=\"429661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`30px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]'),(553,239,'_hide_title',''),(554,239,'_as_customizer_breadcrumbs','0'),(555,239,'_hide_breadcrumbs',''),(1647,10024,'_hide_breadcrumbs',''),(1644,10024,'_edit_lock','1695214647:1'),(1645,10024,'_hide_title',''),(1646,10024,'_as_customizer_breadcrumbs','1'),(1642,8938,'_wp_old_date','2019-09-03'),(563,416,'inline_featured_image','0'),(564,416,'inline_featured_image','0'),(565,416,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(566,416,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"3\" alt_text=\"__empty__\" _id=\"507828\" images=\"9579,9551\" onclick=\"none\" navigation=\"yes\"][/kc_column][/kc_row]'),(567,416,'_hide_title','1'),(568,416,'_as_customizer_breadcrumbs','0'),(569,416,'_hide_breadcrumbs',''),(570,416,'inline_featured_image','0'),(571,416,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(572,416,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"3\" alt_text=\"__empty__\" _id=\"507828\" images=\"9579,9551\" onclick=\"none\" navigation=\"yes\"][/kc_column][/kc_row]'),(573,416,'_hide_title','1'),(574,416,'_as_customizer_breadcrumbs','0'),(575,416,'_hide_breadcrumbs',''),(576,472,'inline_featured_image','0'),(577,472,'inline_featured_image','0'),(578,472,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(579,472,'kc_raw_content','[kc_row use_container=\"no\" _id=\"483475\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"352116\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"460648\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://aapjyf.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"619389\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"246471\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"736379\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"683819\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"84842\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"588436\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"603202\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"556299\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"955814\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"44299\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"460420\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"624456\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"504757\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"483526\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"685122\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"126658\" image_source=\"media_library\" image=\"9730\" on_click_action=\"open_custom_link\" custom_link=\"https://ibercrimainternacional.wordpress.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"78003\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"837641\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"806483\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"581811\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"296079\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]'),(1010,9041,'_menu_item_type','post_type'),(1011,9041,'_menu_item_menu_item_parent','0'),(1012,9041,'_menu_item_object_id','472'),(1013,9041,'_menu_item_object','page'),(1014,9041,'_menu_item_target',''),(1015,9041,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1016,9041,'_menu_item_xfn',''),(1017,9041,'_menu_item_url',''),(1019,9041,'_hide_title',''),(1020,9041,'_as_customizer_breadcrumbs','0'),(1021,9041,'_hide_breadcrumbs',''),(1194,8849,'_hide_title',''),(1195,8849,'_as_customizer_breadcrumbs','1'),(1196,8849,'_hide_breadcrumbs',''),(1197,8849,'_edit_last','1'),(1198,8849,'_elementor_edit_mode','builder'),(1199,8849,'_elementor_template_type','wp-page'),(1200,8849,'_elementor_version','2.9.4'),(1201,9444,'_elementor_edit_mode','builder'),(1202,9444,'_elementor_template_type','kit'),(1203,9444,'_elementor_version','2.9.4'),(1493,9825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2021/01/imexico.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"imexico-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:{}}}'),(1492,9825,'_wp_attached_file','2021/01/imexico.png'),(1218,9481,'_wp_attached_file','2020/03/f.jpg'),(1219,9481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:13:\"2020/03/f.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584225136\";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:{}}}'),(1204,9450,'_wp_attached_file','2020/03/a.jpg'),(1205,9450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:13:\"2020/03/a.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584225027\";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:{}}}'),(1206,9453,'_wp_attached_file','2020/03/b.jpg'),(1207,9453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:13:\"2020/03/b.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584225055\";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:{}}}'),(1208,9454,'_wp_attached_file','2020/03/c.jpg'),(1209,9454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:13:\"2020/03/c.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584225077\";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:{}}}'),(1220,661,'_edit_lock','1695089266:1'),(1210,9472,'_wp_attached_file','2020/03/d.jpg'),(1211,9472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:13:\"2020/03/d.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"d-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584225094\";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:{}}}'),(1212,9473,'_wp_attached_file','2020/03/e.jpg'),(1213,9473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:13:\"2020/03/e.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584225113\";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:{}}}'),(1214,9474,'_wp_attached_file','2020/03/g.jpg'),(1215,9474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:13:\"2020/03/g.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"g-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584225151\";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:{}}}'),(1351,9652,'_wp_attached_file','2020/03/cropped-fondo.png'),(1352,9652,'_wp_attachment_context','custom-header'),(1353,9652,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:25:\"2020/03/cropped-fondo.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-fondo-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"cropped-fondo-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cropped-fondo-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:25:\"cropped-fondo-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"cropped-fondo-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}s:17:\"attachment_parent\";i:9147;}'),(1575,9962,'_wp_attached_file','2022/06/williams.jpg'),(1553,9951,'_wp_attached_file','2022/06/carlos.png'),(1554,9951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:18:\"2022/06/carlos.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"carlos-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,9952,'_wp_attached_file','2022/06/edgar.png'),(1556,9952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:17:\"2022/06/edgar.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"edgar-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:{}}}'),(1465,8849,'_elementor_css','a:7:{s:4:\"time\";i:1606237356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(1434,9671,'_wp_attached_file','2020/03/fondo-1.png'),(1435,9671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3355;s:6:\"height\";i:1161;s:4:\"file\";s:19:\"2020/03/fondo-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"fondo-1-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"fondo-1-1024x354.png\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fondo-1-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:19:\"fondo-1-768x266.png\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"fondo-1-1536x532.png\";s:5:\"width\";i:1536;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"fondo-1-2048x709.png\";s:5:\"width\";i:2048;s:6:\"height\";i:709;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:20:\"fondo-1-1920x380.png\";s:5:\"width\";i:1920;s:6:\"height\";i:380;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:{}}}'),(1423,9669,'_wp_attached_file','2020/03/cropped-fondo-1-2.png'),(1424,9669,'_wp_attachment_context','custom-header'),(1425,9669,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:29:\"2020/03/cropped-fondo-1-2.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-fondo-1-2-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cropped-fondo-1-2-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-fondo-1-2-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:29:\"cropped-fondo-1-2-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"cropped-fondo-1-2-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}s:17:\"attachment_parent\";i:9668;}'),(1391,9661,'_wp_attached_file','2020/03/cropped-fondo-1.png'),(1392,9661,'_wp_attachment_context','custom-header'),(1393,9661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:27:\"2020/03/cropped-fondo-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-fondo-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"cropped-fondo-1-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-fondo-1-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:27:\"cropped-fondo-1-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"cropped-fondo-1-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}s:17:\"attachment_parent\";i:9660;}'),(1409,9664,'_wp_attachment_context','custom-header'),(1408,9664,'_wp_attached_file','2020/03/cropped-fondo-1-1.png'),(1576,9962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2022/06/williams.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"williams-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1410,9664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:29:\"2020/03/cropped-fondo-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-fondo-1-1-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cropped-fondo-1-1-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-fondo-1-1-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:29:\"cropped-fondo-1-1-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"cropped-fondo-1-1-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}s:17:\"attachment_parent\";i:9663;}'),(580,472,'_hide_title','1'),(581,472,'_as_customizer_breadcrumbs','0'),(582,472,'_hide_breadcrumbs',''),(1538,9905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:266;s:4:\"file\";s:16:\"2021/05/foto.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"foto-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,9965,'_wp_attached_file','2022/06/john-1.png'),(1582,9965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:18:\"2022/06/john-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"john-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:{}}}'),(1537,9905,'_wp_attached_file','2021/05/foto.png'),(597,657,'inline_featured_image','0'),(598,657,'inline_featured_image','0'),(599,657,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(600,657,'kc_raw_content',''),(601,657,'_hide_title',''),(602,657,'_as_customizer_breadcrumbs','1'),(603,657,'_hide_breadcrumbs',''),(604,657,'inline_featured_image','0'),(605,657,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(606,657,'kc_raw_content',''),(607,657,'_hide_title',''),(608,657,'_as_customizer_breadcrumbs','1'),(609,657,'_hide_breadcrumbs',''),(610,661,'inline_featured_image','0'),(611,661,'inline_featured_image','0'),(612,661,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(613,661,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"745733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"811394\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"573077\"][kc_column_inner width=\"100%\" _id=\"553198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"634377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"269201\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"1363\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"465386\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"535722\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"549083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"201993\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"338562\" image_source=\"media_library\" image=\"9738\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"87387\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"151831\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"671660\"][kc_column_inner width=\"100%\" _id=\"651651\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"150568\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"667344\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"124571\" image_source=\"media_library\" image=\"9732\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"298751\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"71811\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"349907\"][kc_column_inner width=\"100%\" _id=\"138081\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"479437\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"285609\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"881069\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"741973\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"728388\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"659767\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"27301\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"365934\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"830117\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"839383\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]'),(614,661,'_hide_title','1'),(615,661,'_as_customizer_breadcrumbs','0'),(616,661,'_hide_breadcrumbs',''),(617,661,'inline_featured_image','0'),(618,661,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(619,661,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"745733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"811394\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"573077\"][kc_column_inner width=\"100%\" _id=\"553198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"634377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"269201\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"1363\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"465386\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"535722\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"549083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"201993\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"338562\" image_source=\"media_library\" image=\"9738\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"87387\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"151831\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"671660\"][kc_column_inner width=\"100%\" _id=\"651651\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"150568\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"667344\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"124571\" image_source=\"media_library\" image=\"9732\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"298751\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"71811\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"349907\"][kc_column_inner width=\"100%\" _id=\"138081\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"479437\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"285609\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"881069\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"741973\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"728388\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"659767\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"27301\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"365934\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"830117\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"839383\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]'),(1221,661,'_edit_last','1'),(1451,9705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:406;s:4:\"file\";s:16:\"2020/03/2020.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"2020-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"2020-1024x346.png\";s:5:\"width\";i:1024;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"2020-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:16:\"2020-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:17:\"2020-1200x380.png\";s:5:\"width\";i:1200;s:6:\"height\";i:380;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,9712,'_wp_attached_file','2020/03/lauraasensi.png'),(1453,9712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2020/03/lauraasensi.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"lauraasensi-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"lauraasensi-1024x569.png\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"lauraasensi-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:23:\"lauraasensi-768x427.png\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:24:\"lauraasensi-1200x380.png\";s:5:\"width\";i:1200;s:6:\"height\";i:380;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:{}}}'),(1463,472,'_wp_page_template','default'),(1464,9444,'_elementor_css','a:6:{s:4:\"time\";i:1606237355;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(620,661,'_hide_title','1'),(621,661,'_as_customizer_breadcrumbs','0'),(622,661,'_hide_breadcrumbs',''),(1530,9887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:15:\"2021/03/red.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"red-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"red-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"red-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:15:\"red-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(1529,9887,'_wp_attached_file','2021/03/red.png'),(638,1900,'inline_featured_image','0'),(639,1900,'inline_featured_image','0'),(640,1900,'_hide_title',''),(641,1900,'_hide_title',''),(642,1900,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(643,1900,'_wp_old_slug','what-does-it-take-to-be-successful-in-a-research-role'),(644,1900,'_hide_title',''),(645,1900,'_hide_title',''),(646,1900,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(647,1900,'_wp_old_slug','what-does-it-take-to-be-successful-in-a-research-role'),(648,1900,'_as_customizer_breadcrumbs','0'),(649,1900,'_hide_breadcrumbs',''),(650,1900,'_thumbnail_id','8844'),(651,1900,'_wxr_import_has_attachment_refs','1'),(654,1901,'inline_featured_image','0'),(655,1901,'inline_featured_image','0'),(656,1901,'_hide_title',''),(657,1901,'_hide_title',''),(658,1901,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(659,1901,'_wp_old_slug','talk-about-your-most-sign-accomplishment'),(660,1901,'_hide_title',''),(661,1901,'_hide_title',''),(662,1901,'_hide_title',''),(663,1901,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(664,1901,'_wp_old_slug','talk-about-your-most-sign-accomplishment'),(665,1901,'_hide_title',''),(666,1901,'_as_customizer_breadcrumbs','0'),(667,1901,'_hide_breadcrumbs',''),(668,1901,'_thumbnail_id','8844'),(669,1901,'_wxr_import_has_attachment_refs','1'),(672,1902,'inline_featured_image','0'),(673,1902,'inline_featured_image','0'),(674,1902,'_hide_title',''),(675,1902,'_hide_title',''),(676,1902,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(677,1902,'_wp_old_slug','my-new-seminar-focuses-on-3-keys-to-help-you'),(678,1902,'_hide_title',''),(679,1902,'_hide_title',''),(680,1902,'_hide_title',''),(681,1902,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(682,1902,'_wp_old_slug','my-new-seminar-focuses-on-3-keys-to-help-you'),(683,1902,'_hide_title',''),(684,1902,'_as_customizer_breadcrumbs','0'),(685,1902,'_hide_breadcrumbs',''),(686,1902,'_thumbnail_id','8844'),(687,1902,'_wxr_import_has_attachment_refs','1'),(690,1903,'inline_featured_image','0'),(691,1903,'inline_featured_image','0'),(692,1903,'_hide_title',''),(693,1903,'_hide_title',''),(694,1903,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(695,1903,'_hide_title',''),(696,1903,'_hide_title',''),(697,1903,'_hide_title',''),(698,1903,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(699,1903,'_hide_title',''),(700,1903,'_as_customizer_breadcrumbs','0'),(701,1903,'_hide_breadcrumbs',''),(702,1903,'_thumbnail_id','8844'),(703,1903,'_wxr_import_has_attachment_refs','1'),(841,8948,'_wp_attached_file','2020/03/cropped-2752x520-1-2.png'),(706,1904,'inline_featured_image','0'),(707,1904,'inline_featured_image','0'),(708,1904,'_hide_title',''),(709,1904,'_hide_title',''),(710,1904,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(711,1904,'_hide_title',''),(712,1904,'_hide_title',''),(713,1904,'_hide_title',''),(714,1904,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(715,1904,'_hide_title',''),(716,1904,'_as_customizer_breadcrumbs','0'),(717,1904,'_hide_breadcrumbs',''),(718,1904,'_thumbnail_id','8844'),(719,1904,'_wxr_import_has_attachment_refs','1'),(722,1905,'inline_featured_image','0'),(723,1905,'inline_featured_image','0'),(724,1905,'_hide_title',''),(725,1905,'_hide_title',''),(726,1905,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(727,1905,'_wp_old_slug','belive-the-business-of-your-dream'),(728,1905,'_hide_title',''),(729,1905,'_hide_title',''),(730,1905,'_hide_title',''),(731,1905,'kc_data','a:7:{s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(732,1905,'_wp_old_slug','belive-the-business-of-your-dream'),(733,1905,'_hide_title',''),(734,1905,'_as_customizer_breadcrumbs','0'),(735,1905,'_hide_breadcrumbs',''),(736,1905,'_thumbnail_id','8844'),(737,1905,'_wxr_import_has_attachment_refs','1'),(839,8947,'_wp_attached_file','2020/03/logo-vastart-black-2-2.png'),(1651,10024,'_elementor_version','2.9.4'),(740,1906,'inline_featured_image','0'),(741,1906,'inline_featured_image','0'),(742,1906,'_hide_title',''),(743,1906,'_hide_title',''),(744,1906,'_hide_title',''),(745,1906,'_hide_title',''),(746,1906,'_hide_title',''),(747,1906,'_hide_title',''),(748,1906,'_as_customizer_breadcrumbs','0'),(749,1906,'_hide_breadcrumbs',''),(750,1906,'_thumbnail_id','8844'),(751,1906,'_wxr_import_has_attachment_refs','1'),(1650,10024,'_elementor_template_type','wp-page'),(754,1907,'inline_featured_image','0'),(755,1907,'inline_featured_image','0'),(756,1907,'_hide_title',''),(757,1907,'_hide_title',''),(758,1907,'_hide_title',''),(759,1907,'_hide_title',''),(760,1907,'_hide_title',''),(761,1907,'_hide_title',''),(762,1907,'_as_customizer_breadcrumbs','0'),(763,1907,'_hide_breadcrumbs',''),(764,1907,'_thumbnail_id','8844'),(765,1907,'_wxr_import_has_attachment_refs','1'),(766,8849,'_wp_page_template','default'),(767,8946,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(768,8946,'_mail','a:8:{s:7:\"subject\";s:38:\"Vastart - App Startup \"[your-subject]\"\";s:6:\"sender\";s:55:\"Vastart - App Startup <wordpress@wprepo.vastthemes.com>\";s:4:\"body\";s:188:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - App Startup (http://wprepo.vastthemes.com)\";s:9:\"recipient\";s:17:\"rico@djavaweb.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(769,8946,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:38:\"Vastart - App Startup \"[your-subject]\"\";s:6:\"sender\";s:55:\"Vastart - App Startup <wordpress@wprepo.vastthemes.com>\";s:4:\"body\";s:130:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - App Startup (http://wprepo.vastthemes.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: rico@djavaweb.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(770,8946,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(771,8946,'_additional_settings',''),(772,8946,'_locale','en_US'),(775,1909,'inline_featured_image','0'),(776,1909,'inline_featured_image','0'),(777,1909,'_hide_title',''),(778,1909,'_hide_title',''),(779,1909,'_hide_title',''),(780,1909,'_hide_title',''),(781,1909,'_as_customizer_breadcrumbs','0'),(782,1909,'_hide_breadcrumbs',''),(783,1909,'_thumbnail_id','8844'),(784,1909,'_wxr_import_has_attachment_refs','1'),(840,8947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:64;s:4:\"file\";s:34:\"2020/03/logo-vastart-black-2-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo-vastart-black-2-2-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo-vastart-black-2-2-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;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:{}}}'),(1649,10024,'_elementor_edit_mode','builder'),(787,1910,'inline_featured_image','0'),(788,1910,'inline_featured_image','0'),(789,1910,'_hide_title',''),(790,1910,'_hide_title',''),(791,1910,'_hide_title',''),(792,1910,'_link_video',''),(793,1910,'_carbs',''),(794,1910,'_serves',''),(795,1910,'_time',''),(796,1910,'_difficulty',''),(797,1910,'_short_desc',''),(798,1910,'_hide_title',''),(799,1910,'_hide_title',''),(800,1910,'_hide_title',''),(801,1910,'_link_video',''),(802,1910,'_carbs',''),(803,1910,'_serves',''),(804,1910,'_time',''),(805,1910,'_difficulty',''),(806,1910,'_short_desc',''),(807,1910,'_as_customizer_breadcrumbs','0'),(808,1910,'_hide_breadcrumbs',''),(809,1910,'_thumbnail_id','8844'),(810,1910,'_wxr_import_has_attachment_refs','1'),(1648,10024,'_edit_last','1'),(813,8787,'inline_featured_image','0'),(814,8787,'_hide_title',''),(815,8787,'_as_customizer_breadcrumbs','0'),(816,8787,'_hide_breadcrumbs',''),(817,8787,'_thumbnail_id','8844'),(818,8787,'_wxr_import_has_attachment_refs','1'),(821,8789,'inline_featured_image','0'),(822,8789,'_hide_title',''),(823,8789,'_as_customizer_breadcrumbs','0'),(824,8789,'_hide_breadcrumbs',''),(825,8789,'_thumbnail_id','8844'),(826,8789,'_wxr_import_has_attachment_refs','1'),(827,8862,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(828,8862,'_mail','a:8:{s:7:\"subject\";s:42:\"Vastart - Digital Startup \"[your-subject]\"\";s:6:\"sender\";s:59:\"Vastart - Digital Startup <wordpress@wprepo.vastthemes.com>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - Digital Startup (http://wprepo.vastthemes.com)\";s:9:\"recipient\";s:17:\"rico@djavaweb.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(829,8862,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:42:\"Vastart - Digital Startup \"[your-subject]\"\";s:6:\"sender\";s:59:\"Vastart - Digital Startup <wordpress@wprepo.vastthemes.com>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - Digital Startup (http://wprepo.vastthemes.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: rico@djavaweb.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(830,8862,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(831,8862,'_additional_settings',''),(832,8862,'_locale','en_US'),(833,8936,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(834,8936,'_mail','a:8:{s:7:\"subject\";s:38:\"Vastart - App Startup \"[your-subject]\"\";s:6:\"sender\";s:55:\"Vastart - App Startup <wordpress@wprepo.vastthemes.com>\";s:4:\"body\";s:188:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - App Startup (http://wprepo.vastthemes.com)\";s:9:\"recipient\";s:17:\"rico@djavaweb.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(835,8936,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:38:\"Vastart - App Startup \"[your-subject]\"\";s:6:\"sender\";s:55:\"Vastart - App Startup <wordpress@wprepo.vastthemes.com>\";s:4:\"body\";s:130:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - App Startup (http://wprepo.vastthemes.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: rico@djavaweb.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(836,8936,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(837,8936,'_additional_settings',''),(838,8936,'_locale','en_US'),(898,8942,'_edit_lock','1697851752:1'),(899,8949,'_wp_attached_file','2020/03/logo.png'),(900,8949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:61;s:4:\"file\";s:16:\"2020/03/logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;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:{}}}'),(906,8951,'_wp_attached_file','2020/03/log.png'),(907,8951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:15:\"2020/03/log.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"log-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"log-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;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:{}}}'),(926,8956,'_wp_attached_file','2020/03/favicon.png'),(927,8956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:270;s:4:\"file\";s:19:\"2020/03/favicon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-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:{}}}'),(933,8942,'_edit_last','1'),(1601,9977,'_wp_attached_file','2022/06/vitor-1.png'),(1602,9977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:280;s:4:\"file\";s:19:\"2022/06/vitor-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vitor-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:{}}}'),(1603,9978,'_wp_attached_file','2022/06/edgar-1.png'),(1604,9978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:19:\"2022/06/edgar-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"edgar-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:{}}}'),(1605,9979,'_wp_attached_file','2022/06/ysmael-1.png'),(1606,9979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:20:\"2022/06/ysmael-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ysmael-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:{}}}'),(1611,9989,'_wp_attached_file','2022/10/alfredo.jpg'),(1612,9989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:19:\"2022/10/alfredo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"alfredo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"John Charles\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1664717939\";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,9987,'_wp_attached_file','2022/10/logomx.jpg'),(1610,9987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:348;s:6:\"height\";i:325;s:4:\"file\";s:18:\"2022/10/logomx.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logomx-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logomx-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1613,239,'pagelayer-data','1695084892'),(1614,10003,'_wp_attached_file','2023/09/bred1.png'),(1615,10003,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1023;s:6:\"height\";i:466;s:4:\"file\";s:17:\"2023/09/bred1.png\";s:8:\"filesize\";i:199065;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"bred1-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"bred1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"bred1-768x350.png\";s:5:\"width\";i:768;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:342181;}}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:{}}}'),(1616,661,'footnotes',''),(1544,9923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2022/04/portugal.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"portugal-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:{}}}'),(1545,9925,'_wp_attached_file','2022/04/somecic.png'),(1546,9925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:19:\"2022/04/somecic.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"somecic-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:{}}}'),(1547,9940,'_wp_attached_file','2022/04/el-slavador.png'),(1548,9940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:238;s:4:\"file\";s:23:\"2022/04/el-slavador.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"el-slavador-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:{}}}'),(1617,10007,'_wp_attached_file','2023/09/masred1.png'),(1618,10007,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:605;s:4:\"file\";s:19:\"2023/09/masred1.png\";s:8:\"filesize\";i:197145;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"masred1-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"masred1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"masred1-768x454.png\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:481901;}}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:{}}}'),(1619,8942,'footnotes',''),(1620,10016,'inline_featured_image','0'),(1621,10016,'kc_data','a:8:{i:0;s:0:\"\";s:4:\"mode\";s:2:\"kc\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}'),(1622,10016,'kc_raw_content','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"3\" alt_text=\"__empty__\" _id=\"507828\" images=\"9579,9551\" onclick=\"none\" navigation=\"yes\"][/kc_column][/kc_row]'),(1583,9966,'_wp_attached_file','2022/06/iris-1.png'),(1584,9966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:18:\"2022/06/iris-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iris-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:{}}}'),(1585,9969,'_wp_attached_file','2022/06/miriam-1.png'),(1586,9969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2022/06/miriam-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"miriam-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:{}}}'),(1587,9970,'_wp_attached_file','2022/06/miriam-2.png'),(1588,9970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2022/06/miriam-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"miriam-2-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,9971,'_wp_attached_file','2022/06/joa-1.png'),(1590,9971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:280;s:4:\"file\";s:17:\"2022/06/joa-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"joa-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:{}}}'),(1591,9972,'_wp_attached_file','2022/06/Personal-2-1.png'),(1592,9972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:24:\"2022/06/Personal-2-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Personal-2-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:{}}}'),(1593,9973,'_wp_attached_file','2022/06/unzueta-1.png'),(1594,9973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:21:\"2022/06/unzueta-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unzueta-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:{}}}'),(1595,9974,'_wp_attached_file','2022/06/williams-1.jpg'),(1596,9974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2022/06/williams-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"williams-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1597,9975,'_wp_attached_file','2022/06/giomar-1.png'),(1598,9975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2022/06/giomar-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"giomar-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:{}}}'),(1599,9976,'_wp_attached_file','2022/06/jose-luis-1.png'),(1600,9976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:283;s:4:\"file\";s:23:\"2022/06/jose-luis-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"jose-luis-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:{}}}'),(951,8928,'_hide_title',''),(952,8928,'_as_customizer_breadcrumbs','0'),(953,8928,'_hide_breadcrumbs',''),(954,8931,'_hide_title',''),(955,8931,'_as_customizer_breadcrumbs','0'),(956,8931,'_hide_breadcrumbs',''),(960,8932,'_hide_title',''),(995,9020,'_wp_attached_file','2020/03/logomemb.png'),(996,9020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2020/03/logomemb.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logomemb-300x38.png\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"logomemb-1024x128.png\";s:5:\"width\";i:1024;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logomemb-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:19:\"logomemb-768x96.png\";s:5:\"width\";i:768;s:6:\"height\";i:96;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:{}}}'),(1261,9622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:433;s:4:\"file\";s:20:\"2020/03/consejo8.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"consejo8-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"consejo8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:20:\"consejo8-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;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:{}}}'),(1260,9622,'_wp_attached_file','2020/03/consejo8.png'),(1216,9477,'_wp_attached_file','2020/03/h.jpg'),(1217,9477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:13:\"2020/03/h.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"h-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584225172\";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:{}}}'),(1258,9621,'_wp_attached_file','2020/03/consejo7.png'),(1259,9621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:433;s:4:\"file\";s:20:\"2020/03/consejo7.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"consejo7-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"consejo7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:20:\"consejo7-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;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:{}}}'),(1256,9620,'_wp_attached_file','2020/03/consejo6.png'),(1257,9620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:433;s:4:\"file\";s:20:\"2020/03/consejo6.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"consejo6-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"consejo6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:20:\"consejo6-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;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:{}}}'),(947,8999,'_wp_attached_file','2020/03/arg.png'),(948,8999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:474;s:6:\"height\";i:474;s:4:\"file\";s:15:\"2020/03/arg.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"arg-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:15:\"arg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:15:\"arg-474x380.png\";s:5:\"width\";i:474;s:6:\"height\";i:380;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:{}}}'),(997,239,'_edit_last','1'),(961,8932,'_as_customizer_breadcrumbs','0'),(962,8932,'_hide_breadcrumbs',''),(1450,9705,'_wp_attached_file','2020/03/2020.png'),(966,8938,'_hide_title',''),(967,8938,'_as_customizer_breadcrumbs','0'),(968,8938,'_hide_breadcrumbs',''),(1022,472,'_edit_last','1'),(940,239,'_edit_lock','1698073038:1'),(1631,10021,'_menu_item_object_id','10016'),(1623,10016,'_hide_title','1'),(1624,10016,'_as_customizer_breadcrumbs','0'),(1625,10016,'_hide_breadcrumbs',''),(1626,10016,'_edit_lock','1695136605:1'),(1627,10016,'_edit_last','1'),(1628,10016,'footnotes',''),(1629,10021,'_menu_item_type','post_type'),(1630,10021,'_menu_item_menu_item_parent','0'),(1567,9958,'_wp_attached_file','2022/06/jose-luis.png'),(1573,9961,'_wp_attached_file','2022/06/vitor.png'),(1574,9961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:280;s:4:\"file\";s:17:\"2022/06/vitor.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"vitor-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,9959,'_wp_attached_file','2022/06/miriam.png'),(1570,9959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:18:\"2022/06/miriam.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"miriam-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,9960,'_wp_attached_file','2022/06/Personal-2.png'),(1572,9960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:22:\"2022/06/Personal-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Personal-2-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:{}}}'),(1568,9958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:283;s:4:\"file\";s:21:\"2022/06/jose-luis.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"jose-luis-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:{}}}'),(1002,239,'_wp_page_template','default'),(1025,9070,'_wp_attached_file','2020/03/logored.png'),(1026,9070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:650;s:4:\"file\";s:19:\"2020/03/logored.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logored-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logored-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:19:\"logored-550x380.png\";s:5:\"width\";i:550;s:6:\"height\";i:380;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:{}}}'),(1232,9551,'_wp_attached_file','2020/03/medallas.png'),(1233,9551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:865;s:4:\"file\";s:20:\"2020/03/medallas.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"medallas-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"medallas-1024x738.png\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"medallas-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:\"medallas-768x554.png\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:21:\"medallas-1200x380.png\";s:5:\"width\";i:1200;s:6:\"height\";i:380;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:{}}}'),(1224,9545,'_wp_attached_file','2020/03/meda.png'),(1225,9545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2020/03/meda.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"meda-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"meda-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:16:\"meda-300x380.png\";s:5:\"width\";i:300;s:6:\"height\";i:380;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:{}}}'),(1226,9546,'_wp_attached_file','2020/03/reso.png'),(1227,9546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2020/03/reso.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"reso-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"reso-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:16:\"reso-300x380.png\";s:5:\"width\";i:300;s:6:\"height\";i:380;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:{}}}'),(1236,9576,'_wp_attached_file','2020/03/diplo.png'),(1237,9576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2020/03/diplo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"diplo-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"diplo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:17:\"diplo-300x380.png\";s:5:\"width\";i:300;s:6:\"height\";i:380;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:{}}}'),(1254,9619,'_wp_attached_file','2020/03/consejo5.png'),(1255,9619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:433;s:4:\"file\";s:20:\"2020/03/consejo5.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"consejo5-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"consejo5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:20:\"consejo5-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;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:{}}}'),(1250,9617,'_wp_attached_file','2020/03/consejo3.png'),(1251,9617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:433;s:4:\"file\";s:20:\"2020/03/consejo3.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"consejo3-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"consejo3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:20:\"consejo3-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;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:{}}}'),(1252,9618,'_wp_attached_file','2020/03/consejo4.png'),(1253,9618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:433;s:4:\"file\";s:20:\"2020/03/consejo4.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"consejo4-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"consejo4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:20:\"consejo4-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;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:{}}}'),(1033,9093,'_wp_attached_file','2020/03/lim2.png'),(1034,9093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:822;s:4:\"file\";s:16:\"2020/03/lim2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"lim2-201x300.png\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"lim2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:16:\"lim2-550x380.png\";s:5:\"width\";i:550;s:6:\"height\";i:380;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:{}}}'),(1633,10021,'_menu_item_target',''),(1634,10021,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1635,10021,'_menu_item_xfn',''),(1636,10021,'_menu_item_url',''),(1643,10024,'_wp_page_template','default'),(1638,8928,'_wp_old_date','2019-09-03'),(1639,8931,'_wp_old_date','2019-09-03'),(1640,8932,'_wp_old_date','2019-09-03'),(1641,9041,'_wp_old_date','2020-03-07'),(1436,9672,'_wp_attached_file','2020/03/cropped-fondo-1-3.png'),(1500,9852,'_wp_attached_file','2020/03/cropped-fondo-1-4.png'),(1501,9852,'_wp_attachment_context','custom-header'),(1502,9852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:692;s:4:\"file\";s:29:\"2020/03/cropped-fondo-1-4.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-fondo-1-4-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cropped-fondo-1-4-1024x354.png\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-fondo-1-4-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:29:\"cropped-fondo-1-4-768x266.png\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"cropped-fondo-1-4-1536x531.png\";s:5:\"width\";i:1536;s:6:\"height\";i:531;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:{}}s:17:\"attachment_parent\";i:9671;}'),(1437,9672,'_wp_attachment_context','custom-header'),(1438,9672,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:380;s:4:\"file\";s:29:\"2020/03/cropped-fondo-1-3.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-fondo-1-3-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cropped-fondo-1-3-1024x203.png\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-fondo-1-3-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:29:\"cropped-fondo-1-3-768x152.png\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"cropped-fondo-1-3-1536x304.png\";s:5:\"width\";i:1536;s:6:\"height\";i:304;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:{}}s:17:\"attachment_parent\";i:9671;}'),(1439,9672,'_wp_attachment_custom_header_last_used_vastart','1584887768'),(1440,9672,'_wp_attachment_is_custom_header','vastart'),(1541,9916,'_wp_attached_file','2021/08/banner.png'),(1542,9916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:440;s:4:\"file\";s:18:\"2021/08/banner.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"banner-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"banner-1024x375.png\";s:5:\"width\";i:1024;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"banner-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:18:\"banner-768x282.png\";s:5:\"width\";i:768;s:6:\"height\";i:282;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:{}}}'),(1457,9732,'_wp_attached_file','2020/10/amaster.png'),(1458,9732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2020/10/amaster.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"amaster-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"amaster-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"amaster-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:19:\"amaster-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:20:\"amaster-1200x380.png\";s:5:\"width\";i:1200;s:6:\"height\";i:380;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:{}}}'),(1632,10021,'_menu_item_object','page'),(1559,9954,'_wp_attached_file','2022/06/giomar.png'),(1560,9954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:18:\"2022/06/giomar.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"giomar-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,9955,'_wp_attached_file','2022/06/iris.png'),(1562,9955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:280;s:4:\"file\";s:16:\"2022/06/iris.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"iris-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,9956,'_wp_attached_file','2022/06/joa.png'),(1564,9956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:280;s:4:\"file\";s:15:\"2022/06/joa.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"joa-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,9957,'_wp_attached_file','2022/06/john.png'),(1566,9957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:16:\"2022/06/john.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"john-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:{}}}'),(1543,9923,'_wp_attached_file','2022/04/portugal.png'),(1579,9964,'_wp_attached_file','2022/06/ysmael.png'),(1006,8849,'_edit_lock','1584242496:1'),(1009,472,'_edit_lock','1695084995:1'),(1494,9834,'_wp_attached_file','2021/01/iber.png'),(1495,9834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:16:\"2021/01/iber.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"iber-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:{}}}'),(1267,9633,'_edit_lock','1697807059:1'),(1268,9633,'_hide_title',''),(1269,9633,'_as_customizer_breadcrumbs','0'),(1270,9633,'_hide_breadcrumbs',''),(1271,9633,'_edit_last','1'),(1273,9633,'_elementor_template_type','wp-page'),(1274,9633,'_elementor_version','2.9.4'),(1276,9635,'_elementor_edit_mode','builder'),(1277,9635,'_elementor_template_type','wp-page'),(1278,9635,'_elementor_version','2.9.4'),(1284,9633,'_wp_page_template','default'),(1503,9852,'_wp_attachment_custom_header_last_used_aera','1611492947'),(1504,9852,'_wp_attachment_is_custom_header','aera'),(1505,9671,'_wp_attachment_is_custom_background','aera'),(1540,9911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:16:\"2021/05/ecua.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ecua-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:{}}}'),(1513,9862,'_wp_attached_file','2021/02/logob.png'),(1514,9862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:17:\"2021/02/logob.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logob-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:{}}}'),(1038,9147,'_wp_attached_file','2020/03/fondo.png'),(1039,9147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:838;s:4:\"file\";s:17:\"2020/03/fondo.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"fondo-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"fondo-1024x715.png\";s:5:\"width\";i:1024;s:6:\"height\";i:715;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"fondo-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:17:\"fondo-768x536.png\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:18:\"fondo-1200x380.png\";s:5:\"width\";i:1200;s:6:\"height\";i:380;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:{}}}'),(1539,9911,'_wp_attached_file','2021/05/ecua.png'),(1067,9233,'_wp_attached_file','2020/03/1slide-banner.png'),(1068,9233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1593;s:6:\"height\";i:651;s:4:\"file\";s:25:\"2020/03/1slide-banner.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"1slide-banner-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1slide-banner-1024x418.png\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"1slide-banner-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:25:\"1slide-banner-768x314.png\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"1slide-banner-1536x628.png\";s:5:\"width\";i:1536;s:6:\"height\";i:628;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:26:\"1slide-banner-1593x380.png\";s:5:\"width\";i:1593;s:6:\"height\";i:380;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:{}}}'),(1238,9579,'_wp_attached_file','2020/03/consejo1.png'),(1239,9579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:865;s:4:\"file\";s:20:\"2020/03/consejo1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"consejo1-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"consejo1-1024x738.png\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"consejo1-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:\"consejo1-768x554.png\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:21:\"consejo1-1200x380.png\";s:5:\"width\";i:1200;s:6:\"height\";i:380;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:{}}}'),(1000,416,'_edit_lock','1695136241:1'),(1001,416,'_edit_last','1'),(1718,8942,'pagelayer-data','1697809114'),(1231,8948,'_edit_lock','1584382654:1'),(1580,9964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:18:\"2022/06/ysmael.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ysmael-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:{}}}'),(1461,9444,'_elementor_page_settings','a:6:{s:21:\"space_between_widgets\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";}s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:9:\"Principal\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:10:\"Secundario\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:5:\"Texto\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:8:\"Énfasis\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"2da4b79c\";s:5:\"title\";s:17:\"Color guardado #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"3c643e4b\";s:5:\"title\";s:17:\"Color guardado #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"429ce8e1\";s:5:\"title\";s:17:\"Color guardado #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"153fbaa8\";s:5:\"title\";s:17:\"Color guardado #8\";s:5:\"color\";s:4:\"#FFF\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:17:\"Titular principal\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:18:\"Titular secundario\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:16:\"Texto del cuerpo\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:15:\"Texto de acento\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}}'),(1658,10026,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1659,10026,'_menu_item_xfn',''),(1660,10026,'_menu_item_url',''),(1662,10024,'pagelayer-data','1695137902'),(1694,10074,'_wp_attached_file','2023/10/logo.png'),(1695,10074,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:132;s:6:\"height\";i:45;s:4:\"file\";s:16:\"2023/10/logo.png\";s:8:\"filesize\";i:2551;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:{}}}'),(1674,10057,'_wp_page_template','default'),(1675,10057,'_edit_lock','1697853408:1'),(1676,10057,'_hide_title',''),(1677,10057,'_as_customizer_breadcrumbs','1'),(1678,10057,'_hide_breadcrumbs',''),(1679,10057,'_edit_last','1'),(1680,10057,'_elementor_edit_mode','builder'),(1681,10057,'_elementor_template_type','wp-page'),(1682,10057,'_elementor_version','2.9.4'),(1683,10057,'_elementor_css','a:7:{s:4:\"time\";i:1606237356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(1684,10057,'pagelayer-data','1695142559'),(1685,10061,'_menu_item_type','post_type'),(1686,10061,'_menu_item_menu_item_parent','0'),(1687,10061,'_menu_item_object_id','10057'),(1688,10061,'_menu_item_object','page'),(1689,10061,'_menu_item_target',''),(1690,10061,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1691,10061,'_menu_item_xfn',''),(1692,10061,'_menu_item_url',''),(1113,9335,'_wp_attached_file','2020/03/acta.jpg'),(1114,9335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2020/03/acta.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"acta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584213677\";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:{}}}'),(1115,9336,'_wp_attached_file','2020/03/esta.jpg'),(1116,9336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2020/03/esta.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"esta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584213907\";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:{}}}'),(1117,9337,'_wp_attached_file','2020/03/pei.jpg'),(1118,9337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2020/03/pei.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"pei-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584213504\";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:{}}}'),(1119,9338,'_wp_attached_file','2020/03/conse.jpg'),(1120,9338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2128;s:4:\"file\";s:17:\"2020/03/conse.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"conse-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"conse-722x1024.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"conse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"conse-768x1090.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"conse-1083x1536.jpg\";s:5:\"width\";i:1083;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"conse-1444x2048.jpg\";s:5:\"width\";i:1444;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:18:\"conse-1500x380.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584214325\";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,9963,'_wp_attached_file','2022/06/unzueta.png'),(1578,9963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:284;s:4:\"file\";s:19:\"2022/06/unzueta.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unzueta-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:{}}}'),(1518,9869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:16:\"2021/03/chil.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"chil-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:{}}}'),(1517,9869,'_wp_attached_file','2021/03/chil.png'),(1111,9324,'_wp_attached_file','2020/03/fo-scaled.jpg'),(1112,9324,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1788;s:4:\"file\";s:21:\"2020/03/fo-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"fo-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"fo-1024x715.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"fo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"fo-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"fo-1536x1073.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1073;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:16:\"fo-2048x1430.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"vastart-banner-size\";a:4:{s:4:\"file\";s:15:\"fo-1920x380.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"USER\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584212333\";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:{}}s:14:\"original_image\";s:6:\"fo.jpg\";}'),(1721,10090,'footnotes',''),(1722,10091,'footnotes',''),(1723,10092,'footnotes',''),(1724,416,'pagelayer-data','1714323551'),(1725,472,'pagelayer-data','1714323733'),(1726,10096,'footnotes',''),(1727,10016,'pagelayer-data','1714323928'),(1728,10097,'footnotes',''),(1729,661,'pagelayer-data','1714324041'),(1732,46,'_hash','15651e4cd8497dbac31c6bd6f2fa2eff78d327f3'),(1733,8862,'_hash','e80f0af3b43203d623a965afc3f24e06eea26c52'),(1734,8936,'_hash','ab0a9874c5381a646494aaefeb1816f585d756bd'),(1735,8946,'_hash','41b93f8848dff56fb028e45ae9b1255dca0f66b7');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 AUTO_INCREMENT=10102 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2020-02-29 15:50:08','2020-02-29 15:50:08','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2020-02-29 15:50:08','2020-02-29 15:50:08','',0,'https://redpsiju.org/?p=1',0,'post','',0),(9744,1,'2020-11-27 11:37:32','2020-11-27 16:37:32','[kc_row use_container=\"no\" _id=\"483475\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"352116\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"460648\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://aapjyf.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"619389\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"246471\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"736379\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"683819\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"84842\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"588436\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"603202\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"556299\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"955814\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"44299\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"460420\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"624456\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"504757\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"483526\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"685122\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"126658\" image_source=\"media_library\" image=\"9730\" on_click_action=\"open_custom_link\" custom_link=\"https://ibercrimainternacional.wordpress.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"78003\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"837641\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"806483\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"581811\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"296079\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-11-27 11:37:32','2020-11-27 16:37:32','',472,'https://redpsiju.org/2020/11/27/472-revision-v1/',0,'revision','',0),(9733,1,'2020-10-22 19:26:01','2020-10-23 00:26:01','[kc_row use_container=\"yes\" _id=\"233792\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"687615\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"260711\"][kc_column_inner width=\"100%\" _id=\"565977\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"90356\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"344038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"488644\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&amp;feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"787713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"474026\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"869365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"627612\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"826180\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"700657\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"900705\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"114092\"][kc_column_inner width=\"100%\" _id=\"373705\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"850038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"984998\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"732655\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"574459\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"745813\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"509937\"][kc_column_inner width=\"100%\" _id=\"162139\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"125254\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"193545\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"465504\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618243\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"225648\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"698232\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"834289\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"323238\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"837395\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"274533\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-10-22 19:26:01','2020-10-23 00:26:01','',661,'https://redpsiju.org/2020/10/22/661-revision-v1/',0,'revision','',0),(9725,1,'2020-04-07 19:17:26','2020-04-08 00:17:26','[kc_row use_container=\"yes\" _id=\"188346\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"473931\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"540595\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"130893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"18704\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"319250\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"155813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"967784\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618197\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"459826\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"112645\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"881484\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"656049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"183267\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"685528\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"118315\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-04-07 19:17:26','2020-04-08 00:17:26','',8942,'https://redpsiju.org/2020/04/07/8942-revision-v1/',0,'revision','',0),(16,1,'2020-02-29 11:16:54','2020-02-29 16:16:54','','xxsda','','inherit','open','closed','','xxsda','','','2020-02-29 11:16:54','2020-02-29 16:16:54','',0,'https://redpsiju.org/wp-content/uploads/2020/02/xxsda.jpg',0,'attachment','image/jpeg',0),(18,1,'2020-02-29 12:43:01','2020-02-29 17:43:01','','logored','','inherit','open','closed','','logored','','','2020-02-29 12:43:01','2020-02-29 17:43:01','',0,'https://redpsiju.org/wp-content/uploads/2020/02/logored.png',0,'attachment','image/png',0),(46,1,'2020-03-05 11:03:25','2020-03-05 16:03:25','<label> Tu nombre (obligatorio)\n    [text* your-name] </label>\n\n<label> Tu correo electrónico (obligatorio)\n    [email* your-email] </label>\n\n<label> Asunto\n    [text your-subject] </label>\n\n<label> Tu mensaje\n    [textarea your-message] </label>\n\n[submit \"Enviar\"]\nRedPsiJu «[your-subject]»\nRedPsiJu <jchtorres@redpsiju.org>\nDe: [your-name] <[your-email]>\nAsunto: [your-subject]\n\nCuerpo del mensaje:\n[your-message]\n\n-- \nEste mensaje se ha enviado desde un formulario de contacto en RedPsiJu (https://redpsiju.org)\njchtorres@redpsiju.org\nReply-To: [your-email]\n\n0\n0\n\nRedPsiJu «[your-subject]»\nRedPsiJu <jchtorres@redpsiju.org>\nCuerpo del mensaje:\n[your-message]\n\n-- \nEste mensaje se ha enviado desde un formulario de contacto en RedPsiJu (https://redpsiju.org)\n[your-email]\nReply-To: jchtorres@redpsiju.org\n\n0\n0\nGracias por tu mensaje. Ha sido enviado.\nHubo un error intentando enviar tu mensaje. Por favor inténtalo de nuevo más tarde.\nUno o más campos tienen un error. Por favor revisa e inténtalo de nuevo.\nHubo un error intentando enviar tu mensaje. Por favor inténtalo de nuevo más tarde.\nDebes aceptar los términos y condiciones antes de enviar tu mensaje.\nEl campo es obligatorio.\nEl campo es demasiado largo.\nEl campo es demasiado corto.','Formulario de contacto 1','','publish','closed','closed','','formulario-de-contacto-1','','','2020-03-05 11:03:25','2020-03-05 16:03:25','',0,'https://redpsiju.org/?post_type=wpcf7_contact_form&p=46',0,'wpcf7_contact_form','',0),(9723,1,'2020-04-07 19:17:01','2020-04-08 00:17:01','[kc_row use_container=\"yes\" _id=\"188346\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"473931\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"540595\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"130893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"18704\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"319250\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"155813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"967784\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618197\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"459826\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"112645\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"881484\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"656049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"183267\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"685528\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"118315\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-04-07 19:17:01','2020-04-08 00:17:01','',8942,'https://redpsiju.org/2020/04/07/8942-revision-v1/',0,'revision','',0),(9722,1,'2020-04-07 19:16:42','2020-04-08 00:16:42','[kc_row use_container=\"yes\" _id=\"908405\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"533832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"861032\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"461718\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"438667\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a></p>\r\n<p style=\"text-align: center;\"><a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"926426\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"678646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"655065\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"229844\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"762976\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"5057\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"683709\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"820962\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"638141\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"345112\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"860565\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-04-07 19:16:42','2020-04-08 00:16:42','',8942,'https://redpsiju.org/2020/04/07/8942-revision-v1/',0,'revision','',0),(47,1,'2020-03-05 11:06:54','2020-03-05 16:06:54','','One Click Demo Import - log_file_2020-03-05__16-06-54','','inherit','open','closed','','one-click-demo-import-log_file_2020-03-05__16-06-54','','','2020-03-05 11:06:54','2020-03-05 16:06:54','',0,'https://redpsiju.org/wp-content/uploads/2020/03/log_file_2020-03-05__16-06-54.txt',0,'attachment','text/plain',0),(8058,1,'2019-06-28 04:05:11','2019-06-28 04:05:11','\n				<![CDATA[\n						]]>		','logo-kergan-black','\n				<![CDATA[\n						]]>		','inherit','open','closed','','logo-kergan-black','','','2019-06-28 04:05:11','2019-06-28 04:05:11','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/06/logo-kergan-black-1-1-1.png',0,'attachment','image/png',0),(8163,1,'2019-06-28 08:30:27','2019-06-28 08:30:27','\n				<![CDATA[						]]>		','kluwerbg','\n				<![CDATA[						]]>		','inherit','open','closed','','kluwerbg','','','2020-03-05 11:07:08','2020-03-05 16:07:08','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/06/kluwerbg-1-1-1.png',0,'attachment','image/png',0),(8168,1,'2019-06-28 08:34:33','2019-06-28 08:34:33','\n				<![CDATA[\n						]]>		','LOGO-kergan-white','\n				<![CDATA[\n						]]>		','inherit','open','closed','','logo-kergan-white','','','2020-03-05 11:07:08','2020-03-05 16:07:08','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/06/LOGO-kergan-white-1-1-1.png',0,'attachment','image/png',0),(8322,1,'2019-07-04 06:00:25','2019-07-04 06:00:25','\n				<![CDATA[\n						]]>		','cropped-kluwerbg.png','\n				<![CDATA[\n						]]>		','inherit','open','closed','','cropped-kluwerbg-png','','','2019-07-04 06:00:25','2019-07-04 06:00:25','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/06/cropped-kluwerbg-1-1-1.png',0,'attachment','image/png',0),(8794,1,'2019-07-25 07:21:49','2019-07-25 07:21:49','','logo vastart black','','inherit','open','closed','','logo-vastart-black','','','2019-07-25 07:21:49','2019-07-25 07:21:49','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/07/logo-vastart-black-2-1-1.png',0,'attachment','image/png',0),(8796,1,'2019-07-25 07:22:40','2019-07-25 07:22:40','\n				<![CDATA[\n						]]>		','logo vastart','\n				<![CDATA[\n						]]>		','inherit','open','closed','','logo-vastart','','','2020-03-05 11:07:08','2020-03-05 16:07:08','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/07/logo-vastart-2-1-1.png',0,'attachment','image/png',0),(8811,1,'2019-08-26 06:55:24','2019-08-26 06:55:24','\n				<![CDATA[]]>		','550x650','\n				<![CDATA[]]>		','inherit','open','closed','','550x650','','','2020-03-05 11:07:08','2020-03-05 16:07:08','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/550x650-1-1-1.png',0,'attachment','image/png',0),(8812,1,'2019-08-26 06:58:11','2019-08-26 06:58:11','				<![CDATA[]]>		','140x46','				<![CDATA[]]>		','inherit','open','closed','','140x46','','','2020-03-07 06:32:40','2020-03-07 11:32:40','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/140x46-2-1-1.png',0,'attachment','image/png',0),(8814,1,'2019-08-26 06:59:23','2019-08-26 06:59:23','				<![CDATA[]]>		','100x92','				<![CDATA[]]>		','inherit','open','closed','','100x92','','','2020-03-05 11:07:08','2020-03-05 16:07:08','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/100x92-2-1-1.png',0,'attachment','image/png',0),(8815,1,'2019-08-26 06:59:30','2019-08-26 06:59:30','\n				<![CDATA[]]>		','100x92','\n				<![CDATA[]]>		','inherit','open','closed','','100x92-2','','','2020-03-05 11:07:08','2020-03-05 16:07:08','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/100x92-1-1-1-1.png',0,'attachment','image/png',0),(8816,1,'2019-08-26 07:08:09','2019-08-26 07:08:09','\n				<![CDATA[]]>		','150x60','\n				<![CDATA[]]>		','inherit','open','closed','','150x60','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/150x60-1-1-1.png',0,'attachment','image/png',0),(8817,1,'2019-08-26 07:08:29','2019-08-26 07:08:29','\n				<![CDATA[]]>		','150x160','\n				<![CDATA[]]>		','inherit','open','closed','','150x160','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/150x160-1-1-1.png',0,'attachment','image/png',0),(8818,1,'2019-08-26 07:11:07','2019-08-26 07:11:07','\n				<![CDATA[]]>		','1389x637','\n				<![CDATA[]]>		','inherit','open','closed','','1389x637','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/1389x637-1-1-1.png',0,'attachment','image/png',0),(8821,1,'2019-08-26 07:58:15','2019-08-26 07:58:15','\n				<![CDATA[]]>		','EEEEEE','\n				<![CDATA[]]>		','inherit','open','closed','','eeeeee','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',8942,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/EEEEEE-1-1-1.png',0,'attachment','image/png',0),(8823,1,'2019-08-26 09:18:58','2019-08-26 09:18:58','				<![CDATA[]]>		','345x245','				<![CDATA[]]>		','inherit','open','closed','','345x245','','','2020-03-07 21:37:51','2020-03-08 02:37:51','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/345x245-1-1-1.png',0,'attachment','image/png',0),(8824,1,'2019-08-26 09:21:58','2019-08-26 09:21:58','				<![CDATA[]]>		','565x350','				<![CDATA[]]>		','inherit','open','closed','','565x350','','','2019-08-26 09:21:58','2019-08-26 09:21:58','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/565x350-1-1-1.png',0,'attachment','image/png',0),(8825,1,'2019-08-26 09:24:48','2019-08-26 09:24:48','				<![CDATA[]]>		','821x486','				<![CDATA[]]>		','inherit','open','closed','','821x486','','','2019-08-26 09:24:48','2019-08-26 09:24:48','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/821x486-1-1-1.png',0,'attachment','image/png',0),(8826,1,'2019-08-26 09:28:29','2019-08-26 09:28:29','				<![CDATA[]]>		','356x356','				<![CDATA[]]>		','inherit','open','closed','','356x356','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',239,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/356x356-1-1-1.png',0,'attachment','image/png',0),(8829,1,'2019-08-26 09:31:04','2019-08-26 09:31:04','				<![CDATA[]]>		','2752x520','				<![CDATA[]]>		','inherit','open','closed','','2752x520','','','2019-08-26 09:31:04','2019-08-26 09:31:04','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/2752x520-1-1-1.png',0,'attachment','image/png',0),(1867,1,'2019-01-23 04:25:03','2019-01-23 04:25:03','\n				<![CDATA[\n						]]>		','ketocist','\n				<![CDATA[\n						]]>		','publish','closed','closed','','ketocist-2','','','2019-01-23 04:25:03','2019-01-23 04:25:03','',0,'http://demo.detheme.com/ketocist-shop/product/import-placeholder-for-78/',0,'custom_css','',0),(8830,1,'2019-08-26 09:31:15','2019-08-26 09:31:15','\n				<![CDATA[]]>		','cropped-2752x520.png','\n				<![CDATA[]]>		','inherit','open','closed','','cropped-2752x520-png','','','2019-08-26 09:31:15','2019-08-26 09:31:15','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/cropped-2752x520-1-1-1.png',0,'attachment','image/png',0),(8835,1,'2019-08-26 09:34:07','2019-08-26 09:34:07','				<![CDATA[]]>		','3840x2060','				<![CDATA[]]>		','inherit','open','closed','','3840x2060','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',416,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/3840x2060-2-1-1.png',0,'attachment','image/png',0),(8837,1,'2019-08-26 09:37:20','2019-08-26 09:37:20','				<![CDATA[]]>		','420x378','				<![CDATA[]]>		','inherit','open','closed','','420x378','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',472,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/420x378-1-1-1.png',0,'attachment','image/png',0),(8838,1,'2019-08-26 09:37:47','2019-08-26 09:37:47','				<![CDATA[]]>		','520x442','				<![CDATA[]]>		','inherit','open','closed','','520x442','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',472,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/520x442-1-1-1.png',0,'attachment','image/png',0),(8839,1,'2019-08-26 09:38:12','2019-08-26 09:38:12','				<![CDATA[]]>		','520x380','				<![CDATA[]]>		','inherit','open','closed','','520x380','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',472,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/520x380-1-1-1.png',0,'attachment','image/png',0),(8844,1,'2019-08-26 09:44:11','2019-08-26 09:44:11','\n				<![CDATA[]]>		','000000','\n				<![CDATA[]]>		','inherit','open','closed','','000000','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',8789,'http://wprepo.vastthemes.com/wp-content/uploads/2019/07/000000-1-1-1.png',0,'attachment','image/png',0),(8846,1,'2019-08-26 09:46:12','2019-08-26 09:46:12','				<![CDATA[]]>		','350x240','				<![CDATA[]]>		','inherit','open','closed','','350x240','','','2020-03-07 21:37:49','2020-03-08 02:37:49','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/350x240-4-1-1.png',0,'attachment','image/png',0),(8847,1,'2019-08-26 09:46:14','2019-08-26 09:46:14','				<![CDATA[]]>		','350x240 (1)','				<![CDATA[]]>		','inherit','open','closed','','350x240-1','','','2019-08-26 09:46:14','2019-08-26 09:46:14','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/350x240-1-2-1-1.png',0,'attachment','image/png',0),(8848,1,'2019-08-26 09:46:16','2019-08-26 09:46:16','				<![CDATA[]]>		','350x240 (2)','				<![CDATA[]]>		','inherit','open','closed','','350x240-2','','','2019-08-26 09:46:16','2019-08-26 09:46:16','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/350x240-2-2-1-1.png',0,'attachment','image/png',0),(8875,1,'2019-08-30 06:15:15','2019-08-30 06:15:15','','000000','','inherit','open','closed','','000000-2','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',472,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/000000-5-2-1.png',0,'attachment','image/png',0),(8877,1,'2019-08-30 06:16:54','2019-08-30 06:16:54','','000000 (6)','','inherit','open','closed','','000000-6','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',472,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/000000-6-1-1-1.png',0,'attachment','image/png',0),(8878,1,'2019-08-30 06:17:23','2019-08-30 06:17:23','','000000 (7)','','inherit','open','closed','','000000-7','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',472,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/000000-7-1-1.png',0,'attachment','image/png',0),(8879,1,'2019-08-30 06:17:50','2019-08-30 06:17:50','','000000 (8)','','inherit','open','closed','','000000-8','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',472,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/000000-8-1-1.png',0,'attachment','image/png',0),(8913,1,'2019-08-30 06:32:22','2019-08-30 06:32:22','','img-1219x623','','inherit','open','closed','','img-1219x623','','','2019-08-30 06:32:22','2019-08-30 06:32:22','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/img-1219x623-1-1.png',0,'attachment','image/png',0),(8915,1,'2019-08-30 06:35:04','2019-08-30 06:35:04','','000000 (9)','','inherit','open','closed','','000000-9','','','2020-03-05 11:07:09','2020-03-05 16:07:09','',472,'http://wprepo.vastthemes.com/wp-content/uploads/2019/08/000000-9-1-1.png',0,'attachment','image/png',0),(8925,1,'2019-09-03 03:47:10','2019-09-03 03:47:10','','logo-vastart-black-2','','inherit','open','closed','','logo-vastart-black-2','','','2019-09-03 03:47:10','2019-09-03 03:47:10','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/09/logo-vastart-black-2-1.png',0,'attachment','image/png',0),(8926,1,'2019-09-03 03:47:10','2019-09-03 03:47:10','','cropped-2752x520-1','','inherit','open','closed','','cropped-2752x520-1','','','2019-09-03 03:47:10','2019-09-03 03:47:10','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/09/cropped-2752x520-1-1.png',0,'attachment','image/png',0),(8939,1,'2019-09-03 07:15:01','2019-09-03 07:15:01','','logo-vastart-black-2-2','','inherit','open','closed','','logo-vastart-black-2-2','','','2019-09-03 07:15:01','2019-09-03 07:15:01','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/09/logo-vastart-black-2-2.png',0,'attachment','image/png',0),(8940,1,'2019-09-03 07:15:01','2019-09-03 07:15:01','','cropped-2752x520-1-2','','inherit','open','closed','','cropped-2752x520-1-2','','','2019-09-03 07:15:01','2019-09-03 07:15:01','',0,'http://wprepo.vastthemes.com/wp-content/uploads/2019/09/cropped-2752x520-1-2.png',0,'attachment','image/png',0),(9770,1,'2020-12-11 10:29:05','2020-12-11 15:29:05','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n\n<span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3000358 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2884206 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-296585 kc-image-hover-effects kc-img-effects-2 default\">\n\n<a class=\"kc-pretty-photo\" href=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" rel=\"prettyPhoto\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1-1024x1024xct.jpg\" alt=\"\" /></a>\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Gabriel Alberto Letaif</div>\n<div class=\"content-desc\">Presidente ProTempore de la RedPsiJu y, Presidente de la Asociación Argentina de Psicología Jurídica y Forense</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3233177 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4006529 kc-image-hover-effects kc-img-effects-2 default\">\n\n<a class=\"kc-pretty-photo\" href=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" rel=\"prettyPhoto\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2-1024x1024xct.jpg\" alt=\"\" /></a>\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Charles Torres Vásquez</div>\n<div class=\"content-desc\">Secretario General de la RedPsiJu y, Presidente de la Asociación Peruana de Psicología Jurídica y Forense</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2016620 kc_text_block\"></div>\n<div class=\"kc-elm kc-css-48860 kc_text_block\"></div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3214731 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-2777596 kc-image-hover-effects kc-img-effects-2 default\">\n\n<a class=\"kc-pretty-photo\" href=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" rel=\"prettyPhoto\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5-1024x1024xct.jpg\" alt=\"\" /></a>\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Iris Ayala Solis</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1013975 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-3139686 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3070970 kc-image-hover-effects kc-img-effects-2 default\">\n\n<a class=\"kc-pretty-photo\" href=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" rel=\"prettyPhoto\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7-1024x1024xct.jpg\" alt=\"\" /></a>\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Miriam Rivas Pérez</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3294235 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3713459 kc-image-hover-effects kc-img-effects-2 default\">\n\n<a class=\"kc-pretty-photo\" href=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" rel=\"prettyPhoto\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6-1024x1024xct.jpg\" alt=\"\" /></a>\n<div class=\"overlay-effects\">\n<div class=\"content-title\">João Carlos Alchieri</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Representante de la Asociación Brasilera de Psicología Jurídica</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3020292 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3812842 kc-image-hover-effects kc-img-effects-2 default\">\n\n<a class=\"kc-pretty-photo\" href=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" rel=\"prettyPhoto\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8-1024x1024xct.jpg\" alt=\"\" /></a>\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Adriana Savio Corvino</div>\n<div class=\"content-desc\">Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-552958 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3569674 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3603250 kc-title-wrap \">\n<h4 class=\"kc_title\">Equipo IberoAmericano</h4>\n</div>\n<div class=\"kc-elm kc-css-1522615 kc-title-wrap \">\n<h2 class=\"kc_title\">Directores Generales América del Sur / España</h2>\n</div>\n<div class=\"kc-elm kc-css-1963779 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-3681428 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3826402 kc_text_block\">\n<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1925573 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2741424 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-98850 kc-image-hover-effects kc-img-effects-2 default\">\n\n<a class=\"kc-pretty-photo\" href=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" rel=\"prettyPhoto\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4-1024x1024xct.jpg\" alt=\"\" /></a>\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Gabriela Coros de la Piedra</div>\n<div class=\"content-desc\">Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-30134 kc_text_block\">\n<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-267055 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1223618 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2988566 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3944863 kc-image-hover-effects kc-img-effects-2 default\">\n\n<a class=\"kc-pretty-photo\" href=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" rel=\"prettyPhoto\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3-1024x1024xct.jpg\" alt=\"\" /></a>\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Bernat-N Tiffón</div>\n<div class=\"content-desc\">Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña.</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-4200942 kc_text_block\">\n<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-11 10:29:05','2020-12-11 15:29:05','',239,'https://redpsiju.org/2020/12/11/239-revision-v1/',0,'revision','',0),(9834,1,'2021-01-09 09:32:42','2021-01-09 14:32:42','','iber','','inherit','open','closed','','iber','','','2021-01-09 09:32:42','2021-01-09 14:32:42','',472,'https://redpsiju.org/wp-content/uploads/2021/01/iber.png',0,'attachment','image/png',0),(8942,1,'2019-06-18 05:13:25','2019-06-18 10:13:25','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Inicio\",\"post_status\":\"publish\",\"post_date\":\"2019-06-18 05:13:25\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"luc1733\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"ubw6393\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"e5a1718\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 2.44em; font-weight: 600;\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 class=\\u0022alignleft size-medium wp-image-9070\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\\u0022 alt=\\u0022\\u0022 width=\\u0022254\\u0022 height=\\u0022300\\u0022 srcset=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.com/wp-content/uploads/2020/03/logored.png 550w\\u0022 sizes=\\u0022(max-width: 254px) 100vw, 254px\\u0022\\u003ePlataforma de Articulación Gremial\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3997242 kc_row banner_top\\u0022 data-kc-fullheight=\\u0022middle-content\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-242216 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eFundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.\\u003c/p\\u003e\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1512593 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022kc_button primary\\u0022 href=\\u0022http://www.redpsiju.com/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003eActa Fundacional y Estatuto\\u003c/a\\u003e\\u0026nbsp; \\u0026nbsp; \\u0026nbsp; \\u0026nbsp;\\u003ca class=\\u0022kc_button secondary\\u0022 style=\\u0022font-style: inherit;\\u0022 href=\\u0022http://www.redpsiju.com/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003ePlan Estratégico Institucional\\u003c/a\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-314696 kc_shortcode kc_single_image\\u0022\\u003e\\n\\u003c/p\\u003e\\u003chr\\u003e\\n\\u003cp\\u003e\\u003c/p\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.95em; font-weight: 600;\\u0022\\u003eAsambleas de Directorio\\u003c/span\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3071121 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3541932 kc_row kc_row_inner\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-row-action=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-394305 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003e. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \\u0022\\u003ca href=\\u0022https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eEl Niño en América Latina y el Caribe\\u003c/a\\u003e\\u0022, se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\n\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\",\"pagelayer-id\":\"9ny1502\"} --><p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img decoding=\"async\" fetchpriority=\"high\" class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" srcset=\"https://redpsiju.com/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.com/wp-content/uploads/2020/03/logored.png 550w\" sizes=\"(max-width: 254px) 100vw, 254px\">Plataforma de Articulación Gremial</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-242216 kc_text_block\">\n</p><p>Fundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.</p>\n\n<p class=\"kc-elm kc-css-1512593 kc_text_block\">\n</p><p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.com/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.com/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n\n\n<p class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n</p><hr>\n<p></p><p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n\n\n\n\n\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n</p><p class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n</p><p class=\"kc_wrapper kc-col-inner-container\">\n</p><p class=\"kc-elm kc-css-394305 kc_text_block\">\n</p><p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr>\n\n\n\n\n\n\n\n</section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch2 class=\\u0022wp-block-heading has-text-align-center\\u0022\\u003ePresentación Institucional\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, representa un proceso de articulación e integración de\\u0026nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la \\u003ca href=\\u0022https://www.psicologiajuridica.org.pe/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e (APPJF), entidad con personería jurídica, \\u003cstrong\\u003ecreada en enero del 2011\\u003c/strong\\u003e e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.\\u003c/p\\u003e\",\"pagelayer-id\":\"gyd6261\"} --><h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n\n\n\n<p style=\"text-align: justify;\">La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.psicologiajuridica.org.pe/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"f6x1382\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\\u003c/p\\u003e\",\"pagelayer-id\":\"mil8047\"} --><p style=\"text-align: justify;\">Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"2tw6136\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa alianza programática con la\\u0026nbsp;\\u003ca href=\\u0022http://www.escuelapsi.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.\\u0026nbsp;\\u003c/p\\u003e\",\"pagelayer-id\":\"wx19772\"} --><p style=\"text-align: justify;\">La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"8zj1434\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa institucionalización de la\\u003cstrong\\u003e\\u0026nbsp;\\u003ca href=\\u0022https://redpsiju.com/condecoracion-medalla-al-merito-iberoamericano/\\u0022\\u003eCondecoración al Mérito Iberoamericano\\u003c/a\\u003e «Integración Inter Continental PsiJurídica»\\u003c/strong\\u003e, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\\u003c/p\\u003e\",\"pagelayer-id\":\"nob2324\"} --><p style=\"text-align: justify;\">La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.com/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"egd1156\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\\u003c/p\\u003e\",\"pagelayer-id\":\"9wv8429\"} --><p style=\"text-align: justify;\">La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tpx9015\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\\u003c/p\\u003e\",\"pagelayer-id\":\"jxz8841\"} --><p style=\"text-align: justify;\">El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Inicio','\n				<![CDATA[\n						]]>		','publish','closed','closed','','home','','','2024-04-28 11:56:17','2024-04-28 16:56:17','[kc_row use_container=\"yes\" _id=\"908405\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"533832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"861032\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"461718\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"438667\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a></p>\r\n<p style=\"text-align: center;\"><a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"font-style: inherit;\">Plan Estratégico Institucional</a><br></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"926426\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"678646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"655065\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"229844\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"762976\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"5057\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"683709\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"820962\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"638141\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"345112\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"860565\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]',0,'https://demo.detheme.com/digital-marketing/?page_id=7',0,'page','',0),(9758,1,'2020-12-11 09:58:05','2020-12-11 14:58:05','<span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 09:58:05','2020-12-11 14:58:05','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9757,1,'2020-12-11 09:57:37','2020-12-11 14:57:37','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-3035831{width: 33.33%;}body.kc-css-system .kc-css-3084083{width: 33.33%;}body.kc-css-system .kc-css-1061722{width: 33.33%;}body.kc-css-system .kc-css-208723{width: 100%;}body.kc-css-system .kc-css-4352274{width: 50%;}body.kc-css-system .kc-css-999471{width: 50%;}}body.kc-css-system .kc-css-3997242{margin-top: -130px !important;/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important;}body.kc-css-system .kc-css-3035831{width: 45%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{color: #0f0961;font-size: 46px;font-weight: 800;line-height: 53px;letter-spacing: -2px;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-242216 ,body.kc-css-system .kc-css-242216 p{color: #200f73;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-1512593 ,body.kc-css-system .kc-css-1512593 p{color: #6b6b6b;font-family: Lato;font-size: 16px;line-height: 24px;}body.kc-css-system .kc-css-1512593 p{margin-bottom: 0px;}body.kc-css-system .kc-css-3084083{padding-right: 0px;padding-left: 0px;width: 2%;}body.kc-css-system .kc-css-1061722{width: 53%;}body.kc-css-system .kc-css-3071121{background: linear-gradient(#2a3ea1, rgba(247, 247, 247, 0.89));margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-3541932{padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-4352274{width: 49%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{color: #ffffff;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 12px;}body.kc-css-system .kc-css-394305 ,body.kc-css-system .kc-css-394305 p{color: #ffffff;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-394305{padding-bottom: 0px;}body.kc-css-system .kc-css-394305 p{margin-bottom: 0px;}body.kc-css-system .kc-css-999471{width: 49%;}@media only screen and (max-width: 1024px){body.kc-css-system .kc-css-3997242{padding-top: 96px;padding-bottom: 96px;}}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-3997242{padding-top: 192px;}body.kc-css-system .kc-css-3035831{margin-bottom: 24px;width: 100%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-3084083{width: 0%;}body.kc-css-system .kc-css-1061722{width: 100%;}body.kc-css-system .kc-css-208723{margin-bottom: 24px;}body.kc-css-system .kc-css-4352274{width: 100%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-999471{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}}</style>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1423811 kc-title-wrap \">\n<h1 class=\"kc_title\"><img class=\"alignnone size-medium wp-image-9576\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/diplo-225x300.png\" alt=\"\" width=\"225\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</h1>\n</div>\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 09:57:37','2020-12-11 14:57:37','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9119,1,'2020-03-12 03:37:28','2020-03-12 08:37:28','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:37:28','2020-03-12 08:37:28','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9633,1,'2020-03-20 04:00:16','2020-03-20 09:00:16','<!-- wp:paragraph {\"align\":\"center\",\"customBackgroundColor\":\"#ffffff\"} -->\n<p style=\"background-color:#ffffff\" class=\"has-background has-text-align-center\">RedPsiJu 2020 © Todos los derechos reservados.</p>\n<!-- /wp:paragraph -->','Pie página','','publish','closed','closed','','9633-2','','','2020-03-20 04:04:11','2020-03-20 09:04:11','',0,'https://redpsiju.org/?page_id=9633',0,'page','',0),(9634,1,'2020-03-20 03:54:36','2020-03-20 08:54:36','','Elementor #9633','','inherit','closed','closed','','9633-revision-v1','','','2020-03-20 03:54:36','2020-03-20 08:54:36','',9633,'https://redpsiju.org/2020/03/20/9633-revision-v1/',0,'revision','',0),(9635,1,'2020-03-20 03:58:32','2020-03-20 08:58:32','','pie-pagina','','inherit','closed','closed','','9633-revision-v1','','','2020-03-20 03:58:32','2020-03-20 08:58:32','',9633,'https://redpsiju.org/2020/03/20/9633-revision-v1/',0,'revision','',0),(9780,1,'2020-12-17 17:39:18','2020-12-17 22:39:18','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<p><img style=\"font-size: inherit;\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo3.png\" alt=\"\" /></p>\n<section class=\"kc-elm kc-css-1546870 kc_row\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4112561 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4036770\">\n<div class=\"kc-carousel_images kc-elm kc-css-4036770\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;1&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;100&quot;,&quot;navigation&quot;:&quot;&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;8&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo4.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo5.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo6.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo7.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo8.png\" alt=\"\" /></p>\n</div>\n<p> </p>\n</div>\n<p> </p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:39:18','2020-12-17 22:39:18','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9852,1,'2021-01-24 07:55:44','2021-01-24 12:55:44','','cropped-fondo-1-4.png','','inherit','open','closed','','cropped-fondo-1-4-png','','','2021-01-24 07:55:44','2021-01-24 12:55:44','',0,'https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo-1-4.png',0,'attachment','image/png',0),(9752,1,'2020-12-11 09:47:24','2020-12-11 14:47:24','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-3035831{width: 33.33%;}body.kc-css-system .kc-css-3084083{width: 33.33%;}body.kc-css-system .kc-css-1061722{width: 33.33%;}body.kc-css-system .kc-css-208723{width: 100%;}body.kc-css-system .kc-css-4352274{width: 50%;}body.kc-css-system .kc-css-999471{width: 50%;}}body.kc-css-system .kc-css-3997242{margin-top: -130px !important;/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important;}body.kc-css-system .kc-css-3035831{width: 45%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{color: #0f0961;font-size: 46px;font-weight: 800;line-height: 53px;letter-spacing: -2px;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-242216 ,body.kc-css-system .kc-css-242216 p{color: #200f73;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-1512593 ,body.kc-css-system .kc-css-1512593 p{color: #6b6b6b;font-family: Lato;font-size: 16px;line-height: 24px;}body.kc-css-system .kc-css-1512593 p{margin-bottom: 0px;}body.kc-css-system .kc-css-3084083{padding-right: 0px;padding-left: 0px;width: 2%;}body.kc-css-system .kc-css-1061722{width: 53%;}body.kc-css-system .kc-css-3071121{background: linear-gradient(#2a3ea1, rgba(247, 247, 247, 0.89));margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-3541932{padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-4352274{width: 49%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{color: #ffffff;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 12px;}body.kc-css-system .kc-css-394305 ,body.kc-css-system .kc-css-394305 p{color: #ffffff;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-394305{padding-bottom: 0px;}body.kc-css-system .kc-css-394305 p{margin-bottom: 0px;}body.kc-css-system .kc-css-999471{width: 49%;}@media only screen and (max-width: 1024px){body.kc-css-system .kc-css-3997242{padding-top: 96px;padding-bottom: 96px;}}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-3997242{padding-top: 192px;}body.kc-css-system .kc-css-3035831{margin-bottom: 24px;width: 100%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-3084083{width: 0%;}body.kc-css-system .kc-css-1061722{width: 100%;}body.kc-css-system .kc-css-208723{margin-bottom: 24px;}body.kc-css-system .kc-css-4352274{width: 100%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-999471{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}}</style>\n<section data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\" class=\"kc-elm kc-css-3997242 kc_row banner_top\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1423811 kc-title-wrap \">\n<h1 class=\"kc_title\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</h1>\n</div>\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a></p>\n<p style=\"text-align: center;\"><a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"font-style: inherit;\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3084083 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\"></div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n        <img src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored.png\" class=\"\" alt=\"\">\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section data-kc-fullwidth=\"row\" class=\"kc-elm kc-css-3071121 kc_row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\" class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3600616 kc-title-wrap \">\n<h2 class=\"kc_title\">Asamblea de Directorio 2016</h2>\n</div>\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-999471 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1513421 kc_shortcode kc_single_image\">\n\n        <img src=\"https://redpsiju.org/wp-content/uploads/2020/03/lim2.png\" class=\"\" alt=\"\">\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 09:47:24','2020-12-11 14:47:24','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(8943,1,'2019-06-18 06:16:13','2019-06-18 06:16:13','.primary, .secondary {\n	font-family: \'Montserrat\';\n	text-transform: uppercase;\n	font-size: 14px;\n	line-height: 21px;\n	font-weight: 700;\n	letter-spacing: 2px;\n	border-radius: 100px;\n	padding: 12px 48px;\n	-webkit-transition: all 300ms ease !important;\n  transition: all 300ms ease !important;\n}\n\n/* FOOTER AREA */\n.blog div#bottom,\n.single div#bottom{\n    max-width: 100%;\n    padding: 0px !important;\n}\n\n/* END FOOTER AREA */\n.secondary {\n	background-color: transparent !important;\n	border: 1px solid #405ef3;\n	color: #405ef3;\n}\n\n.secondary:hover {\n	background-color: #405ef3 !important;\n	color: #fff;\n}\n\n.string-link, .string-link-dark {\n	font-family: \'Montserrat\';\n	font-weight: 800;\n	color: #fff;\n	letter-spacing: 2px;\n	font-size: 11px;\n	line-height: 17px;\n}\n\n.string-link:hover {\n	color: #fff;\n}\n\n.string-link-dark {\n	color: #333333;\n}\n\n.home-slider .n2-ss-slide {\n	border-radius: 0px !important;\n	box-shadow: none !important;\n}\n\n.link-on-dark a {color: #ffffff;}\n.link-on-dark a:hover {color: #ffffff;}\n.link-on-dark a {display:inline-block;margin: 0 3px;}\n\n.your-message textarea {\n	height: 150px; \n}\n\n\n@media (max-width: 1024px) {\n	#hidden-resp {\n		display: none;\n	}\n}\n\n@media (max-width: 1200px) {\n	.primary {\n		margin-bottom: 24px;\n	}\n}\n\n.appstore {\n	margin-right: 24px;\n}\n\n@media (max-width: 478px) {\n	.appstore {\n		margin: auto;\n		margin-bottom: 24px;\n		display: block;\n	}\n}\n\n.primary_price .kc-pricing-price {\n	background-color: #ff3c00;\n  background-image: linear-gradient(90deg, #685fd6, #9461b7) !important;\n}\n\n/** Stabilo Effect **/\n.stabilo {\n	background-image: linear-gradient(120deg, #B5BFF2 0%, #B5BFF2 100%);\n    background-repeat: no-repeat;\n    background-position: 0 88%;\n    transition: background-size 0.25s ease-in;\n    border-bottom: unset;\n    background-size: 100% 48%;\n}\n\n/**Post Intro Style **/\n.ketocist-intro {\n	color: #323232;\n    font: 400 20px/38px \"Merriweather\",Arial,sans-serif;\n	  margin: 0 0 24px;\n	  border-left-width: 4px;\n    border-left-style: solid;\n		border-left-color: #405EF3;\n    line-height: 2rem;\n    quotes: \"“\" \"”\" \"‘\" \"’\";\n    position: relative;\n    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 12px 0px, rgba(0, 0, 0, 0.05) 0px 0px 35px 0px, rgba(0, 0, 0, 0.15) 0px 30px 100px -40px;\n    background: rgb(255, 255, 255);\n    padding: 2rem 4rem;\n}\n\n.indexing {\n	z-index: 99;\n}\n.kc-content-widget .kc-elm {\n  z-index: 1;\n}\n\n.unflash_fullwidth2 {\n	width: 100vw!important;\n  position: relative!important;\n	left: -moz-calc(-100vw / 2 + 1092px / 2)!important;\n  left: calc(-100vw / 2 + 1092px / 2)!important;\n	}\n@media (max-width: 1199px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 912px / 2)!important;\n  left: calc(-100vw / 2 + 912px / 2)!important;\n	}\n}\n\n@media (max-width: 1024px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 912px / 2)!important;\n  left: calc(-100vw / 2 + 912px / 2)!important;\n	}\n}\n\n\n@media (max-width: 991px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 672px / 2)!important;\n  left: calc(-100vw / 2 + 672px / 2)!important;\n	}\n}\n\n@media (max-width: 767px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 492px / 2)!important;\n  left: calc(-100vw / 2 + 492px / 2)!important;\n	}\n}\n\n@media (max-width: 575px) {\n.unflash_fullwidth2 {\n	left: -24px!important;\n	}\n}\ninput#wp-comment-cookies-consent {\n    display: none;\n}\n\n/*SOFT REJECT CHANGES*/\n/*blog post*/\n.blog main#content, .archive main#content, .search.search-results main#content {\n	background-color: #f5f5f5;\n	margin: 0px !important;\n	padding: 48px 0 96px 0;\n}\n\n.blog .breadcrumbs, .archive .breadcrumbs, .search.search-results .breadcrumbs  {\n	margin: 0;\n	background-color: #ffffff;\n}\n\n.blog .vastart-sidebar, .archive .vastart-sidebar, .search.search-results .vastart-sidebar{\n  background-color: #ffffff;\n  box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);\n	padding: 24px;\n	margin-top: 9px;\n	border-radius: 5px;\n}\n\n.single #content {\n    margin-top: 96px;\n}\n\n/* \n.blog .vastart-content {\n	padding-right: 48px;\n} */\n\n/*next prev*/\n.uf-single-post .nav-links .icon-chevron-left, .uf-single-post .nav-links .icon-chevron-right {\n	border: 1px solid #405ef3 !important;\n	color: #405ef3;\n	width: 42px !important;\n	height: 42px !important;\n}\n\n.post-navigation .nav-links .nav-next i {\n	margin-left: -42px;\n}\n\n.post-navigation .nav-links .nav-previous i::before {\n    transform: translate(14px,14px);\n}\n\n.post-navigation .nav-links .nav-next i::before {\n    transform: translate(-24px,14px);\n}\n\n.post-navigation .nav-links .nav-previous .vastart_nav_text span:first-child, .post-navigation .nav-links .nav-next .vastart_nav_text span:first-child  {\n	font-size: 14px;\n	line-height: 21px;\n	margin-bottom: 3px;\n}\n\n.post-navigation .nav-links .nav-previous .vastart_nav_text span:last-child, .post-navigation .nav-links .nav-next .vastart_nav_text span:last-child {\n	font-size: 14px;\n	line-height: 21px;\n}\n\n.post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {\n	padding: 0 66px;\n}\n\n/*breadcrumb*/\n.uf-breadcrumbs  {\n	font-size: 14px\n}\n\n/*navigation*/\n#navigation li a {\n	font-size: 16px;\n}\n\n/*header*/\n.header-overlay .post-meta span:last-child {\n	color: #ffffff !important;\n}\n\n.post-categories .pills.pills-primary {\n	font-size: 14px;\n	line-height: 21px;\n}\n\n/* sidebar */\n#sidebar section:not(:last-child) {\n	margin-bottom: 24px !important;\n}\n\n/*menu nav active state*/\n.home .sticky--top .current_page_item > .nav-link, \n.home .sticky--top .navbar-light .navbar-nav .menu-item:hover > .nav-link { \n/* 	color: #ffffff!important;  */\n}\n\n.home .sticky--top .navbar-light .navbar-nav .current-menu-ancestor::after, .home  .sticky--top .current-menu-parent::after, .home .sticky--top .current-menu-item::after, .home .sticky--top .navbar-light .navbar-nav .current_page_ancestor::after, .home .sticky--top  .current_page_parent::after, .home .sticky--top  .current_page_item::after {\n	background: #fff;\n	height: 0px;\n}\n\n.navbar-light .navbar-nav .current-menu-ancestor::after, .navbar-light .navbar-nav .current-menu-item::after, .navbar-light .navbar-nav .current-menu-parent::after, .navbar-light .navbar-nav .current_page_ancestor::after, .navbar-light .navbar-nav .current_page_item::after, .navbar-light .navbar-nav .current_page_parent::after {\n	content: \'\';\n    position: absolute;\n    background: rgba(64,94,243,0.2) !important;\n    height: 12px;\n    width: 75%;\n    margin-bottom: 16px;\n    bottom: 13px;\n    left: 11px;\n    display: block;\n    z-index: -1;\n}\n.sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .sticky--not-top .navbar-light .navbar-nav .current-menu-item::after, .sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after, .sticky--not-top .navbar-light .navbar-nav .current_page_ancestor::after, .sticky--not-top .navbar-light .navbar-nav .current_page_item::after, .sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {\n    bottom: 17px;\n}\n.home .navbar-light .navbar-nav .current-menu-ancestor::after, .home .navbar-light .navbar-nav .current-menu-item::after, .home .navbar-light .navbar-nav .current-menu-parent::after, .home .navbar-light .navbar-nav .current_page_ancestor::after, .home .navbar-light .navbar-nav .current_page_item::after, .home .navbar-light .navbar-nav .current_page_parent::after {\n    background: rgba(64,94,243,0.2) !important;\n}\n\n.home .sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .home .sticky--not-top .navbar-light .navbar-nav .current-menu-item::after, .home .sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_ancestor::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_item::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {\n    background: rgba(64,94,243,0.2) !important;\n}','vastart','\n				<![CDATA[\n						]]>		','publish','closed','closed','','vastart','','','2019-06-18 06:16:13','2019-06-18 06:16:13','',0,'https://demo.detheme.com/digital-marketing/2019/06/18/vastart/',0,'custom_css','',0),(6436,1,'2019-01-23 06:34:18','2019-01-23 06:34:18','\n				<![CDATA[\n						]]>		','ketocist','\n				<![CDATA[\n						]]>		','publish','closed','closed','','ketocist','','','2019-01-23 06:34:18','2019-01-23 06:34:18','',0,'http://demo.detheme.com/ketocist-shop/2019/01/23/ketocist/',0,'custom_css','',0),(8021,1,'2019-06-28 03:34:02','2019-06-28 03:34:02','\n				<![CDATA[\n				 .nav-link,\n.home .sticky--top .navbar-light .navbar-nav .menu-item:hover &gt; .nav-link {\n/* 	color: #ffffff!important;  */\n}\n.home .sticky--top .navbar-light .navbar-nav .current-menu-ancestor::after, .home  .sticky--top .current-menu-parent::after, .home .sticky--top .current-menu-item::after, .home .sticky--top .navbar-light .navbar-nav .current_page_ancestor::after, .home .sticky--top  .current_page_parent::after, .home .sticky--top  .current_page_item::after {\n	background: #fff;\n	height: 0px;\n}\n.navbar-light .navbar-nav .current-menu-ancestor::after, .navbar-light .navbar-nav .current-menu-item::after, .navbar-light .navbar-nav .current-menu-parent::after, .navbar-light .navbar-nav .current_page_ancestor::after, .navbar-light .navbar-nav .current_page_item::after, .navbar-light .navbar-nav .current_page_parent::after {\n	content: \'\';\n    position: absolute;\n    background: rgba(64,94,243,0.2) !important;\n    height: 12px;\n    width: 75%;\n    margin-bottom: 16px;\n    bottom: 13px;\n    left: 11px;\n    display: block;\n    z-index: -1;\n}\n.sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .sticky--not-top .navbar-light .navbar-nav .current-menu-item::after, .sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after, .sticky--not-top .navbar-light .navbar-nav .current_page_ancestor::after, .sticky--not-top .navbar-light .navbar-nav .current_page_item::after, .sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {\n    bottom: 17px;\n}\n.home .navbar-light .navbar-nav .current-menu-ancestor::after, .home .navbar-light .navbar-nav .current-menu-item::after, .home .navbar-light .navbar-nav .current-menu-parent::after, .home .navbar-light .navbar-nav .current_page_ancestor::after, .home .navbar-light .navbar-nav .current_page_item::after, .home .navbar-light .navbar-nav .current_page_parent::after {\n    background: rgba(64,94,243,0.2) !important;\n}\n.home .sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .home .sticky--not-top .navbar-light .navbar-nav .current-menu-item::after, .home .sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_ancestor::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_item::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {\n    background: rgba(64,94,243,0.2) !important;\n}]]&gt;		]]>		','vastart','\n				<![CDATA[\n						]]>		','publish','closed','closed','','vastart-2','','','2019-06-28 03:34:02','2019-06-28 03:34:02','',0,'https://demo.detheme.com/digital-startup/2019/06/28/vastart-2/',0,'custom_css','',0),(8865,1,'2019-08-30 05:49:24','2019-08-30 05:49:24','[kc_row use_container=\"yes\" _id=\"953626\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiOTBkZWciLCIjNDA1ZWYzIiwiI2I0NjM5ZSJdLCJpbWFnZSI6Im5vbmUiLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-48px inherit inherit inherit`,`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\" disabled=\"on\"][kc_column width=\"25.08%\" video_mute=\"no\" _id=\"387670\"][kc_single_image image_size=\"109x22\" _id=\"504167\" image_source=\"media_library\" image=\"8796\"][/kc_column][kc_column width=\"49.81%\" video_mute=\"no\" _id=\"953738\"][kc_column_text _id=\"35915\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" class=\"link-on-dark\"]<p style=\"text-align: center;\"><a href=\"#\">Product</a>        <a href=\"#\">Work</a>        <a href=\"#\">Blog</a>         <a href=\"#\">About</a>        <a href=\"#\">Careers</a>        <a href=\"#\">Contact</a></p>\n[/kc_column_text][/kc_column][kc_column width=\"25.07%\" video_mute=\"no\" _id=\"469735\"][kc_multi_icons icons=\"eyIxIjp7ImxhYmVsIjoiWW91dHViZSIsImljb24iOiJmYWIteW91dHViZSIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIyIjp7ImxhYmVsIjoiVHdpdHRlciIsImljb24iOiJmYWItdHdpdHRlciIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIzIjp7ImxhYmVsIjoiSW5zdGFncmFtIiwiaWNvbiI6ImZhYi1pbnN0YWdyYW0iLCJsaW5rIjoiIiwiY29sb3IiOiIjMzMzMzMzIiwiYmdfY29sb3IiOiIifSwiNCI6eyJsYWJlbCI6IkZhY2Vib29rIiwiaWNvbiI6ImZhYi1mYWNlYm9vay1mIiwibGluayI6IiIsImNvbG9yIjoiIzMzMzMzMyIsImJnX2NvbG9yIjoiIn19\" _id=\"856932\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#ffffff !important`,`background-color|a`:`rgba(255, 255, 255, 0)`,`font-size|i`:`14px`,`text-align|a`:`center`,`line-height|i`:`21px`,`padding|a`:`6px 6px 6px 6px`,`margin-right|a`:`0px`},`icon-hover`:{`color|a:hover i`:`#ffffff`},`box`:{`text-align|`:`center`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"830043\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiOTBkZWciLCIjNDA1ZWYzIiwiI2I0NjM5ZSJdLCJpbWFnZSI6Im5vbmUiLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-48px inherit inherit inherit`,`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"25.08%\" video_mute=\"no\" _id=\"777439\"][kc_single_image image_size=\"109x22\" _id=\"452202\" image_source=\"media_library\" image=\"8796\"][/kc_column][kc_column width=\"49.81%\" video_mute=\"no\" _id=\"369771\"][kc_column_text _id=\"111302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" class=\"link-on-dark\"]<p style=\"text-align: center;\"><a href=\"#\">Product</a>        <a href=\"#\">Work</a>        <a href=\"#\">Blog</a>         <a href=\"#\">About</a>        <a href=\"#\">Careers</a>        <a href=\"#\">Contact</a></p>\n[/kc_column_text][/kc_column][kc_column width=\"25.07%\" video_mute=\"no\" _id=\"199060\"][kc_multi_icons icons=\"eyIxIjp7ImxhYmVsIjoiWW91dHViZSIsImljb24iOiJmYWIteW91dHViZSIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIyIjp7ImxhYmVsIjoiVHdpdHRlciIsImljb24iOiJmYWItdHdpdHRlciIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIzIjp7ImxhYmVsIjoiSW5zdGFncmFtIiwiaWNvbiI6ImZhYi1pbnN0YWdyYW0iLCJsaW5rIjoiIiwiY29sb3IiOiIjMzMzMzMzIiwiYmdfY29sb3IiOiIifSwiNCI6eyJsYWJlbCI6IkZhY2Vib29rIiwiaWNvbiI6ImZhYi1mYWNlYm9vay1mIiwibGluayI6IiIsImNvbG9yIjoiIzMzMzMzMyIsImJnX2NvbG9yIjoiIn19\" _id=\"124168\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#ffffff !important`,`background-color|a`:`rgba(255, 255, 255, 0)`,`font-size|i`:`14px`,`text-align|a`:`center`,`line-height|i`:`21px`,`padding|a`:`6px 6px 6px 6px`,`margin-right|a`:`0px`},`icon-hover`:{`color|a:hover i`:`#ffffff`},`box`:{`text-align|`:`center`}}}}\"][/kc_column][/kc_row]','footer-area','','publish','closed','closed','','footer-area','','','2019-08-30 05:49:24','2019-08-30 05:49:24','',0,'http://wprepo.vastthemes.com/?post_type=kc-section&amp;p=8865',0,'kc-section','',0),(8909,1,'2019-08-30 06:29:24','2019-08-30 06:29:24','[kc_row use_container=\"yes\" _id=\"333981\" cols_gap=\"{`kc-css`:{}}\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`margin|`:`inherit inherit 24px inherit`,`padding|`:`24px inherit 24px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"756190\"][kc_single_image image_size=\"109x22\" _id=\"194785\" image_source=\"media_library\" image=\"8058\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`,`padding|img`:`inherit inherit 24px inherit`}}}}\"][kc_column_text _id=\"150662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\n[/kc_column_text][kc_multi_icons icons=\"eyIxIjp7ImxhYmVsIjoiWW91dHViZSIsImljb24iOiJmYWIteW91dHViZSIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIyIjp7ImxhYmVsIjoiVHdpdHRlciIsImljb24iOiJmYWItdHdpdHRlciIsImxpbmsiOiIiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ19jb2xvciI6IiJ9LCIzIjp7ImxhYmVsIjoiSW5zdGFncmFtIiwiaWNvbiI6ImZhYi1pbnN0YWdyYW0iLCJsaW5rIjoiIiwiY29sb3IiOiIjMzMzMzMzIiwiYmdfY29sb3IiOiIifSwiNCI6eyJsYWJlbCI6IkZhY2Vib29rIiwiaWNvbiI6ImZhYi1mYWNlYm9vay1mIiwibGluayI6IiIsImNvbG9yIjoiIzMzMzMzMyIsImJnX2NvbG9yIjoiIn19\" _id=\"845454\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#aeaeae !important`,`background-color|a`:`rgba(255, 255, 255, 0)`,`font-size|i`:`14px`,`text-align|a`:`center`,`line-height|i`:`21px`,`padding|a`:`6px 6px 6px 6px`,`margin-right|a`:`0px`},`icon-hover`:{`color|a:hover i`:`#405ef3 !important`},`box`:{`text-align|`:`center`}}}}\"][/kc_column][/kc_row]','widget1','','publish','closed','closed','','widget1','','','2019-08-30 06:29:24','2019-08-30 06:29:24','',0,'http://wprepo.vastthemes.com/?post_type=kc-section&amp;p=8909',0,'kc-section','',0),(8910,1,'2019-08-30 06:29:55','2019-08-30 06:29:55','[kc_row use_container=\"yes\" _id=\"815241\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"933627\"][kc_row_inner _id=\"604614\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 6px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"786197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 6px inherit`,`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 3px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"704328\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"567008\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 6px inherit`,`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 3px inherit 3px`}}}}\"][kc_single_image image_size=\"full\" _id=\"339909\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"237279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 6px inherit`,`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 3px`}}}}\"][kc_single_image image_size=\"full\" _id=\"66746\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"706032\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 6px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"488084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 6px inherit`,`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 3px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"384107\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"432706\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 6px inherit`,`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 3px inherit 3px`}}}}\"][kc_single_image image_size=\"full\" _id=\"681034\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935749\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 6px inherit`,`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 3px`}}}}\"][kc_single_image image_size=\"full\" _id=\"76400\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"656894\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"75103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 6px inherit`,`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 3px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"579153\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 6px inherit`,`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 3px inherit 3px`}}}}\"][kc_single_image image_size=\"full\" _id=\"511089\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"939432\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 0px inherit 0px`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 3px`}}}}\"][kc_single_image image_size=\"full\" _id=\"427905\" image_source=\"media_library\" image=\"8839\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','widget2','','publish','closed','closed','','widget2','','','2019-08-30 06:29:55','2019-08-30 06:29:55','',0,'http://wprepo.vastthemes.com/?post_type=kc-section&amp;p=8910',0,'kc-section','',0),(8911,1,'2019-08-30 06:30:12','2019-08-30 06:30:12','[kc_row use_container=\"no\" _id=\"507744\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzUyMHg0NDIucG5nIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6ImZpeGVkIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`inherit inherit 48px inherit`,`padding|`:`48px inherit 48px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"882397\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h3\" _id=\"518269\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"483007\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"591379\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img src=\"https://via.placeholder.com/200x60/FFFFFF/000000?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a>\n\n[/kc_column_text][kc_column_text _id=\"330169\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img src=\"https://via.placeholder.com/200x60/FFFFFF/000000?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"10153\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','widget3','','publish','closed','closed','','widget3','','','2020-03-14 17:18:19','2020-03-14 22:18:19','',0,'http://wprepo.vastthemes.com/?post_type=kc-section&#038;p=8911',0,'kc-section','',0),(8928,1,'2023-09-19 11:57:01','2019-09-03 07:13:52',' ','','				<![CDATA[						]]>		','publish','closed','closed','','8928','','','2023-09-19 11:57:01','2023-09-19 16:57:01','',0,'http://wprepo.vastthemes.com/?p=8928',1,'nav_menu_item','',0),(8931,1,'2023-09-19 11:57:01','2019-09-03 07:13:52',' ','','				<![CDATA[						]]>		','publish','closed','closed','','8931','','','2023-09-19 11:57:01','2023-09-19 16:57:01','',0,'http://wprepo.vastthemes.com/?p=8931',2,'nav_menu_item','',0),(8932,1,'2023-09-19 11:57:01','2019-09-03 07:13:52',' ','','				<![CDATA[						]]>		','publish','closed','closed','','8932','','','2023-09-19 11:57:01','2023-09-19 16:57:01','',0,'http://wprepo.vastthemes.com/?p=8932',4,'nav_menu_item','',0),(8933,1,'2019-09-03 03:47:10','2019-09-03 03:47:10','.primary, .secondary {\n	font-family: \'Montserrat\';\n	text-transform: uppercase;\n	font-size: 14px;\n	line-height: 21px;\n	font-weight: 700;\n	letter-spacing: 2px;\n	border-radius: 100px;\n	padding: 12px 48px;\n	-webkit-transition: all 300ms ease !important;\n  transition: all 300ms ease !important;\n}\n\n.secondary {\n	background-color: transparent !important;\n	border: 1px solid #405ef3;\n	color: #405ef3;\n}\n\n.secondary:hover {\n	background-color: #405ef3 !important;\n	color: #fff;\n}\n\n.string-link, .string-link-dark {\n	font-family: \'Montserrat\';\n	font-weight: 800;\n	color: #fff;\n	letter-spacing: 2px;\n	font-size: 11px;\n	line-height: 17px;\n}\n\n.string-link:hover {\n	color: #fff;\n}\n\n.string-link-dark {\n	color: #333333;\n}\n\n.home-slider .n2-ss-slide {\n	border-radius: 0px !important;\n	box-shadow: none !important;\n}\n\n.link-on-dark a {color: #ffffff;}\n.link-on-dark a:hover {color: #ffffff;}\n\n.your-message textarea {\n	height: 150px; \n}\n\n\n@media (max-width: 1024px) {\n	#hidden-resp {\n		display: none;\n	}\n}\n\n@media (max-width: 1200px) {\n	.primary {\n		margin-bottom: 24px;\n	}\n}\n\n.appstore {\n	margin-right: 24px;\n}\n\n@media (max-width: 478px) {\n	.appstore {\n		margin: auto;\n		margin-bottom: 24px;\n		display: block;\n	}\n}\n\n.primary_price .kc-pricing-price {\n	background-color: #ff3c00;\n  background-image: linear-gradient(90deg, #685fd6, #9461b7) !important;\n}\n\n/** Stabilo Effect **/\n.stabilo {\n	background-image: linear-gradient(120deg, #B5BFF2 0%, #B5BFF2 100%);\n    background-repeat: no-repeat;\n    background-position: 0 88%;\n    transition: background-size 0.25s ease-in;\n    border-bottom: unset;\n    background-size: 100% 48%;\n}\n\n/**Post Intro Style **/\n.ketocist-intro {\n	color: #323232;\n    font: 400 20px/38px \"Merriweather\",Arial,sans-serif;\n	  margin: 0 0 24px;\n	  border-left-width: 4px;\n    border-left-style: solid;\n		border-left-color: #405EF3;\n    line-height: 2rem;\n    quotes: \"“\" \"”\" \"‘\" \"’\";\n    position: relative;\n    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 12px 0px, rgba(0, 0, 0, 0.05) 0px 0px 35px 0px, rgba(0, 0, 0, 0.15) 0px 30px 100px -40px;\n    background: rgb(255, 255, 255);\n    padding: 2rem 4rem;\n}\n\n.indexing {\n	z-index: 99;\n}\n.kc-content-widget .kc-elm {\n  z-index: 1;\n}\n\n.unflash_fullwidth2 {\n	width: 100vw!important;\n  position: relative!important;\n	left: -moz-calc(-100vw / 2 + 1092px / 2)!important;\n  left: calc(-100vw / 2 + 1092px / 2)!important;\n	}\n@media (max-width: 1199px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 912px / 2)!important;\n  left: calc(-100vw / 2 + 912px / 2)!important;\n	}\n}\n\n@media (max-width: 1024px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 912px / 2)!important;\n  left: calc(-100vw / 2 + 912px / 2)!important;\n	}\n}\n\n\n@media (max-width: 991px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 672px / 2)!important;\n  left: calc(-100vw / 2 + 672px / 2)!important;\n	}\n}\n\n@media (max-width: 767px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 492px / 2)!important;\n  left: calc(-100vw / 2 + 492px / 2)!important;\n	}\n}\n\n@media (max-width: 575px) {\n.unflash_fullwidth2 {\n	left: -24px!important;\n	}\n}\ninput#wp-comment-cookies-consent {\n    display: none;\n}\n\n/*SOFT REJECT CHANGES*/\n/*blog post*/\n.blog main#content, .archive main#content, .search.search-results main#content {\n	background-color: #f5f5f5;\n	margin: 0px !important;\n	padding: 48px 0 96px 0;\n}\n\n.blog .breadcrumbs, .archive .breadcrumbs, .search.search-results .breadcrumbs  {\n	margin: 0;\n	background-color: #ffffff;\n}\n\n.blog .vastart-sidebar, .archive .vastart-sidebar, .search.search-results .vastart-sidebar{\n  background-color: #ffffff;\n  box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);\n	padding: 24px;\n	margin-top: 9px;\n	border-radius: 5px;\n}\n\n.single #content {\n    margin-top: 96px;\n}\n\n/* \n.blog .vastart-content {\n	padding-right: 48px;\n} */\n\n/*next prev*/\n.uf-single-post .nav-links .icon-chevron-left, .uf-single-post .nav-links .icon-chevron-right {\n	border: 1px solid #405ef3 !important;\n	color: #405ef3;\n	width: 42px !important;\n	height: 42px !important;\n}\n\n.post-navigation .nav-links .nav-next i {\n	margin-left: -42px;\n}\n\n.post-navigation .nav-links .nav-previous i::before {\n    transform: translate(14px,14px);\n}\n\n.post-navigation .nav-links .nav-next i::before {\n    transform: translate(-24px,14px);\n}\n\n.post-navigation .nav-links .nav-previous .vastart_nav_text span:first-child, .post-navigation .nav-links .nav-next .vastart_nav_text span:first-child  {\n	font-size: 14px;\n	line-height: 21px;\n	margin-bottom: 3px;\n}\n\n.post-navigation .nav-links .nav-previous .vastart_nav_text span:last-child, .post-navigation .nav-links .nav-next .vastart_nav_text span:last-child {\n	font-size: 14px;\n	line-height: 21px;\n}\n\n.post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {\n	padding: 0 66px;\n}\n\n/*breadcrumb*/\n.uf-breadcrumbs  {\n	font-size: 14px\n}\n\n/*navigation*/\n#navigation li a {\n	font-size: 16px;\n}\n\n/*header*/\n.header-overlay .post-meta span:last-child {\n	color: #ffffff !important;\n}\n\n.post-categories .pills.pills-primary {\n	font-size: 14px;\n	line-height: 21px;\n}\n\n/* sidebar */\n#sidebar section:not(:last-child) {\n	margin-bottom: 24px !important;\n}\n\n/*menu nav active state*/\n.home .sticky--top .current_page_item > .nav-link, \n.home .sticky--top .navbar-light .navbar-nav .menu-item:hover > .nav-link { \n/* 	color: #ffffff!important;  */\n}\n\n.home .sticky--top .navbar-light .navbar-nav .current-menu-ancestor::after, .home  .sticky--top .current-menu-parent::after, .home .sticky--top .current-menu-item::after, .home .sticky--top .navbar-light .navbar-nav .current_page_ancestor::after, .home .sticky--top  .current_page_parent::after, .home .sticky--top  .current_page_item::after {\n	background: #fff;\n	height: 0px;\n}\n\n.navbar-light .navbar-nav .current-menu-ancestor::after, .navbar-light .navbar-nav .current-menu-item::after, .navbar-light .navbar-nav .current-menu-parent::after, .navbar-light .navbar-nav .current_page_ancestor::after, .navbar-light .navbar-nav .current_page_item::after, .navbar-light .navbar-nav .current_page_parent::after {\n	content: \'\';\n    position: absolute;\n    background: rgba(64,94,243,0.2) !important;\n    height: 12px;\n    width: 75%;\n    margin-bottom: 16px;\n    bottom: 13px;\n    left: 11px;\n    display: block;\n    z-index: -1;\n}\n.sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .sticky--not-top .navbar-light .navbar-nav .current-menu-item::after, .sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after, .sticky--not-top .navbar-light .navbar-nav .current_page_ancestor::after, .sticky--not-top .navbar-light .navbar-nav .current_page_item::after, .sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {\n    bottom: 17px;\n}\n.home .navbar-light .navbar-nav .current-menu-ancestor::after, .home .navbar-light .navbar-nav .current-menu-item::after, .home .navbar-light .navbar-nav .current-menu-parent::after, .home .navbar-light .navbar-nav .current_page_ancestor::after, .home .navbar-light .navbar-nav .current_page_item::after, .home .navbar-light .navbar-nav .current_page_parent::after {\n    background: rgba(64,94,243,0.2) !important;\n}\n\n.home .sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .home .sticky--not-top .navbar-light .navbar-nav .current-menu-item::after, .home .sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_ancestor::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_item::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {\n    background: rgba(64,94,243,0.2) !important;\n}','vastart','','publish','closed','closed','','vastart-3','','','2019-09-03 03:47:10','2019-09-03 03:47:10','',0,'http://wprepo.vastthemes.com/2019/09/03/vastart-3/',0,'custom_css','',0),(8938,1,'2023-09-19 11:57:01','2019-09-03 07:13:53',' ','','				<![CDATA[						]]>		','publish','closed','closed','','8938','','','2023-09-19 11:57:01','2023-09-19 16:57:01','',0,'http://wprepo.vastthemes.com/?p=8938',7,'nav_menu_item','',0),(8944,1,'2019-09-03 07:15:01','2019-09-03 07:15:01','.primary, .secondary {\n	font-family: \'Montserrat\';\n	text-transform: uppercase;\n	font-size: 14px;\n	line-height: 21px;\n	font-weight: 700;\n	letter-spacing: 2px;\n	border-radius: 100px;\n	padding: 12px 48px;\n	-webkit-transition: all 300ms ease !important;\n  transition: all 300ms ease !important;\n}\n\n/* FOOTER AREA */\n.blog div#bottom,\n.single div#bottom{\n    max-width: 100%;\n    padding: 0px !important;\n}\n\n/* END FOOTER AREA */\n.secondary {\n	background-color: transparent !important;\n	border: 1px solid #405ef3;\n	color: #405ef3;\n}\n\n.secondary:hover {\n	background-color: #405ef3 !important;\n	color: #fff;\n}\n\n.string-link, .string-link-dark {\n	font-family: \'Montserrat\';\n	font-weight: 800;\n	color: #fff;\n	letter-spacing: 2px;\n	font-size: 11px;\n	line-height: 17px;\n}\n\n.string-link:hover {\n	color: #fff;\n}\n\n.string-link-dark {\n	color: #333333;\n}\n\n.home-slider .n2-ss-slide {\n	border-radius: 0px !important;\n	box-shadow: none !important;\n}\n\n.link-on-dark a {color: #ffffff;}\n.link-on-dark a:hover {color: #ffffff;}\n\n.your-message textarea {\n	height: 150px; \n}\n\n\n@media (max-width: 1024px) {\n	#hidden-resp {\n		display: none;\n	}\n}\n\n@media (max-width: 1200px) {\n	.primary {\n		margin-bottom: 24px;\n	}\n}\n\n.appstore {\n	margin-right: 24px;\n}\n\n@media (max-width: 478px) {\n	.appstore {\n		margin: auto;\n		margin-bottom: 24px;\n		display: block;\n	}\n}\n\n.primary_price .kc-pricing-price {\n	background-color: #ff3c00;\n  background-image: linear-gradient(90deg, #685fd6, #9461b7) !important;\n}\n\n/** Stabilo Effect **/\n.stabilo {\n	background-image: linear-gradient(120deg, #B5BFF2 0%, #B5BFF2 100%);\n    background-repeat: no-repeat;\n    background-position: 0 88%;\n    transition: background-size 0.25s ease-in;\n    border-bottom: unset;\n    background-size: 100% 48%;\n}\n\n/**Post Intro Style **/\n.ketocist-intro {\n	color: #323232;\n    font: 400 20px/38px \"Merriweather\",Arial,sans-serif;\n	  margin: 0 0 24px;\n	  border-left-width: 4px;\n    border-left-style: solid;\n		border-left-color: #405EF3;\n    line-height: 2rem;\n    quotes: \"“\" \"”\" \"‘\" \"’\";\n    position: relative;\n    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 12px 0px, rgba(0, 0, 0, 0.05) 0px 0px 35px 0px, rgba(0, 0, 0, 0.15) 0px 30px 100px -40px;\n    background: rgb(255, 255, 255);\n    padding: 2rem 4rem;\n}\n\n.indexing {\n	z-index: 99;\n}\n.kc-content-widget .kc-elm {\n  z-index: 1;\n}\n\n.unflash_fullwidth2 {\n	width: 100vw!important;\n  position: relative!important;\n	left: -moz-calc(-100vw / 2 + 1092px / 2)!important;\n  left: calc(-100vw / 2 + 1092px / 2)!important;\n	}\n@media (max-width: 1199px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 912px / 2)!important;\n  left: calc(-100vw / 2 + 912px / 2)!important;\n	}\n}\n\n@media (max-width: 1024px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 912px / 2)!important;\n  left: calc(-100vw / 2 + 912px / 2)!important;\n	}\n}\n\n\n@media (max-width: 991px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 672px / 2)!important;\n  left: calc(-100vw / 2 + 672px / 2)!important;\n	}\n}\n\n@media (max-width: 767px) {\n.unflash_fullwidth2 {\n	left: -moz-calc(-100vw / 2 + 492px / 2)!important;\n  left: calc(-100vw / 2 + 492px / 2)!important;\n	}\n}\n\n@media (max-width: 575px) {\n.unflash_fullwidth2 {\n	left: -24px!important;\n	}\n}\ninput#wp-comment-cookies-consent {\n    display: none;\n}\n\n/*SOFT REJECT CHANGES*/\n/*blog post*/\n.blog main#content, .archive main#content, .search.search-results main#content {\n	background-color: #f5f5f5;\n	margin: 0px !important;\n	padding: 48px 0 96px 0;\n}\n\n.blog .breadcrumbs, .archive .breadcrumbs, .search.search-results .breadcrumbs  {\n	margin: 0;\n	background-color: #ffffff;\n}\n\n.blog .vastart-sidebar, .archive .vastart-sidebar, .search.search-results .vastart-sidebar{\n  background-color: #ffffff;\n  box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);\n	padding: 24px;\n	margin-top: 9px;\n	border-radius: 5px;\n}\n\n.single #content {\n    margin-top: 96px;\n}\n\n/* \n.blog .vastart-content {\n	padding-right: 48px;\n} */\n\n/*next prev*/\n.uf-single-post .nav-links .icon-chevron-left, .uf-single-post .nav-links .icon-chevron-right {\n	border: 1px solid #405ef3 !important;\n	color: #405ef3;\n	width: 42px !important;\n	height: 42px !important;\n}\n\n.post-navigation .nav-links .nav-next i {\n	margin-left: -42px;\n}\n\n.post-navigation .nav-links .nav-previous i::before {\n    transform: translate(14px,14px);\n}\n\n.post-navigation .nav-links .nav-next i::before {\n    transform: translate(-24px,14px);\n}\n\n.post-navigation .nav-links .nav-previous .vastart_nav_text span:first-child, .post-navigation .nav-links .nav-next .vastart_nav_text span:first-child  {\n	font-size: 14px;\n	line-height: 21px;\n	margin-bottom: 3px;\n}\n\n.post-navigation .nav-links .nav-previous .vastart_nav_text span:last-child, .post-navigation .nav-links .nav-next .vastart_nav_text span:last-child {\n	font-size: 14px;\n	line-height: 21px;\n}\n\n.post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {\n	padding: 0 66px;\n}\n\n/*breadcrumb*/\n.uf-breadcrumbs  {\n	font-size: 14px\n}\n\n/*navigation*/\n#navigation li a {\n	font-size: 16px;\n}\n\n/*header*/\n.header-overlay .post-meta span:last-child {\n	color: #ffffff !important;\n}\n\n.post-categories .pills.pills-primary {\n	font-size: 14px;\n	line-height: 21px;\n}\n\n/* sidebar */\n#sidebar section:not(:last-child) {\n	margin-bottom: 24px !important;\n}\n\n/*menu nav active state*/\n.home .sticky--top .current_page_item > .nav-link, \n.home .sticky--top .navbar-light .navbar-nav .menu-item:hover > .nav-link { \n/* 	color: #ffffff!important;  */\n}\n\n.home .sticky--top .navbar-light .navbar-nav .current-menu-ancestor::after, .home  .sticky--top .current-menu-parent::after, .home .sticky--top .current-menu-item::after, .home .sticky--top .navbar-light .navbar-nav .current_page_ancestor::after, .home .sticky--top  .current_page_parent::after, .home .sticky--top  .current_page_item::after {\n	background: #fff;\n	height: 0px;\n}\n\n.navbar-light .navbar-nav .current-menu-ancestor::after, .navbar-light .navbar-nav .current-menu-item::after, .navbar-light .navbar-nav .current-menu-parent::after, .navbar-light .navbar-nav .current_page_ancestor::after, .navbar-light .navbar-nav .current_page_item::after, .navbar-light .navbar-nav .current_page_parent::after {\n	content: \'\';\n    position: absolute;\n    background: rgba(64,94,243,0.2) !important;\n    height: 12px;\n    width: 75%;\n    margin-bottom: 16px;\n    bottom: 13px;\n    left: 11px;\n    display: block;\n    z-index: -1;\n}\n.sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .sticky--not-top .navbar-light .navbar-nav .current-menu-item::after, .sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after, .sticky--not-top .navbar-light .navbar-nav .current_page_ancestor::after, .sticky--not-top .navbar-light .navbar-nav .current_page_item::after, .sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {\n    bottom: 17px;\n}\n.home .navbar-light .navbar-nav .current-menu-ancestor::after, .home .navbar-light .navbar-nav .current-menu-item::after, .home .navbar-light .navbar-nav .current-menu-parent::after, .home .navbar-light .navbar-nav .current_page_ancestor::after, .home .navbar-light .navbar-nav .current_page_item::after, .home .navbar-light .navbar-nav .current_page_parent::after {\n    background: rgba(64,94,243,0.2) !important;\n}\n\n.home .sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .home .sticky--not-top .navbar-light .navbar-nav .current-menu-item::after, .home .sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_ancestor::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_item::after, .home .sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {\n    background: rgba(64,94,243,0.2) !important;\n}','vastart','','publish','closed','closed','','vastart-4','','','2019-09-03 07:15:01','2019-09-03 07:15:01','',0,'http://wprepo.vastthemes.com/?p=8941',0,'custom_css','',0),(239,1,'2019-06-20 09:16:31','2019-06-20 14:16:31','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Nosotros\",\"post_status\":\"publish\",\"post_date\":\"2019-06-20 09:16:31\",\"post_author\":\"1\",\"post_name\":\"nosotros\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"wv64497\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"sj94471\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"3g17133\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003csection class=\\u0022kc-elm kc-css-4311569 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.25em; font-weight: 600;\\u0022\\u003eRepresentantes Institucionales en Psicología Jurídica\\u003c/span\\u003e\\u003c/p\\u003e\\u003c/section\\u003e\\u003csection class=\\u0022kc-elm kc-css-3422244 kc_row\\u0022 data-kc-fullwidth=\\u0022content\\u0022\\u003e\\u003cp class=\\u0022kc-row-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-1887879 kc-title-wrap \\u0022\\u003e\\u003c/p\\u003e\\u003ch2 class=\\u0022kc_title\\u0022\\u003eMiembros del Directorio\\u003c/h2\\u003e\\u003cp class=\\u0022kc-elm kc-css-1147802 kc_row kc_row_inner\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3700843 kc_text_block\\u0022\\u003e\\u003c/p\\u003e\\u003cp\\u003eSomos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país\\u0026nbsp;\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003eactividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.\\u003c/span\\u003e\\u003c/p\\u003e\\u003c/section\\u003e\",\"pagelayer-id\":\"nop9949\"} --><section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\"><p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p></section><section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\"><p class=\"kc-row-container\"></p><p class=\"kc-wrap-columns\"></p><p class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\"></p><p class=\"kc-col-container\"></p><p class=\"kc-elm kc-css-1887879 kc-title-wrap \"></p><h2 class=\"kc_title\">Miembros del Directorio</h2><p class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\"></p><p class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\"></p><p class=\"kc_wrapper kc-col-inner-container\"></p><p class=\"kc-elm kc-css-3700843 kc_text_block\"></p><p>Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país&nbsp;<span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p></section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"8jt7901\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"9362972\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"deq7533\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJoão Carlos Alchieri\\u003c/strong\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eAsociación Brasilera de Psicología Jurídica\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ffz1612\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">João Carlos Alchieri</strong><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente de la&nbsp;</span><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Asociación Brasilera de Psicología Jurídica</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"bxg3740\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"unx8448\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJohn Charles Torres V.\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de\\u0026nbsp;\\u003ca href=\\u0022https://psicologiajuridica.org.pe/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"j8w7361\"} --><p style=\"text-align: center;\"><strong>John Charles Torres V.</strong><br>Presidente de&nbsp;<a href=\"https://psicologiajuridica.org.pe/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"t9l8872\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"l5m266\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u003c/span\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u0026nbsp;(Valencia - España)\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"y148588\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">José Luis Alba Robles</strong><span style=\"text-align: center;\"></span><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente del&nbsp;</span><a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Instituto Iberoamericano de Criminología Aplicada</a><span style=\"text-align: center;\">&nbsp;(Valencia - España)</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"mgj3147\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"faa8572\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9966,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"hbg894\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: start;\\u0022\\u003eIris Ayala Solis\\u003c/strong\\u003e\\u003cbr style=\\u0022text-align: start;\\u0022\\u003e\\u003cspan style=\\u0022text-align: start;\\u0022\\u003ePresidente de Asociación Panameña de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"inp7543\"} --><p style=\"text-align: center;\"><strong style=\"text-align: start;\">Iris Ayala Solis</strong><br style=\"text-align: start;\"><span style=\"text-align: start;\">Presidente de Asociación Panameña de Psicología Jurídica y Forense</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"g162136\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9970,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"rrf4465\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eMiriam Rivas Pérez\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de Asociación Venezolana de Psicología Judicial\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"5hj246\"} --><p style=\"text-align: center;\"><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"2qj910\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9954,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"1az7795\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u003c/span\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u0026nbsp;(Valencia - España)\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"uhm9618\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">José Luis Alba Robles</strong><span style=\"text-align: center;\"></span><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente del&nbsp;</span><a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Instituto Iberoamericano de Criminología Aplicada</a><span style=\"text-align: center;\">&nbsp;(Valencia - España)</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"8hj6173\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"amr5464\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9973,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"tfb597\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJosé Antonio Unzueta Floranes\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la Sociedad Mexicana de Ciencias del Comportamiento\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"v5x1919\"} --><p style=\"text-align: center;\"><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"maj2914\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9977,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9id1504\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eVítor Miguel Pereira Da Silva\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la\\u0026nbsp;\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://www.apcriminologia.com/pt/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Portuguesa de Criminología\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"mda9053\"} --><p style=\"text-align: center;\"><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Asociación Portuguesa de Criminología</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"ucu3136\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"nsv2174\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJorge Williams Aguilar Espinoza\\u003c/strong\\u003e\\u003cbr\\u003ePresidente del\\u0026nbsp;\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eIlustre Colegio de Psicólogos Jurídicos de México A.C.\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ul74210\"} --><p style=\"text-align: center;\"><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del&nbsp;<a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"9gz2131\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"9ns3087\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9978,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"rdn7134\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eEdgar Armando Aguilar\\u003c/strong\\u003e\\u003cbr\\u003eRepresentante de la Asociación de Psicólogos Jurídicos de El Salvador\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yhb4469\"} --><p style=\"text-align: center;\"><strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"3vs1019\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"ybk8235\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eAdriana Savio Corvino\\u003c/strong\\u003e\\u003cbr\\u003ePresidenta del Instituto de Psicología Jurídica de Uruguay\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tud9660\"} --><p style=\"text-align: center;\"><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"muy4679\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9979,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"fsz2116\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eYsmael Reinerio Gaona Villalba\\u003c/strong\\u003e\\u003cbr\\u003ePresidente \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eSociedad Internacional de Psicología Criminológica y Forense Paraguay\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ccd825\"} --><p style=\"text-align: center;\"><strong>Ysmael Reinerio Gaona Villalba</strong><br>Presidente <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Sociedad Internacional de Psicología Criminológica y Forense Paraguay</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_space {\"height\":\"28px\",\"pagelayer-id\":\"bab2100\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eEquipo IberoAmericano\\u003c/h4\\u003e\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eDirecciones Territoriales\\u003c/h2\\u003e\\u003cp\\u003eEquipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).\\u003c/p\\u003e\",\"pagelayer-id\":\"gpa7936\"} --><h4 class=\"wp-block-heading\">Equipo IberoAmericano</h4><h2 class=\"wp-block-heading\">Direcciones Territoriales</h2><p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Nosotros','\n				<![CDATA[\n						]]>		','publish','closed','closed','','nosotros','','','2024-04-28 11:57:27','2024-04-28 16:57:27','[kc_row use_container=\"yes\" _id=\"916669\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"284892\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"813905\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"757859\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"847065\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"367613\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"117186\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"460472\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"311547\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"39983\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"239738\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"329528\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"892290\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"649217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"309396\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"58696\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"872373\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"190680\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243620\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"869291\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"844181\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"410631\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"582198\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"907823\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"927049\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"110329\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"714919\"][kc_column_inner width=\"33.33%\" _id=\"211745\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"929548\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"86169\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738402\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"284513\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"993279\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"453628\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"768183\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"509485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgQW3DqXJpY2EgZGVsIFN1ciAvIEVzcGHDsWE=\" type=\"h2\" _id=\"772042\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"620019\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"343687\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"840798\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"690121\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"574528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"536537\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"443244\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"244702\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"519544\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"200261\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"768635\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIEJhcmNlbG9uYSwgQ2F0YWx1w7FhLg==\"][kc_column_text _id=\"429661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`30px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]',0,'https://demo.detheme.com/digital-marketing/?page_id=239',0,'page','',0),(416,1,'2019-06-24 07:53:22','2019-06-24 12:53:22','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Documentos de Gestión\",\"post_status\":\"publish\",\"post_date\":\"2019-06-24 07:53:22\",\"post_author\":\"1\",\"post_name\":\"documentos-de-gestion\",\"featured_image\":\"https://redpsiju.com/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"x9o4054\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"n975076\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lyj8993\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003ePlanificar para Articular\\u003c/h4\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eLineamientos Programáticos Consensuados\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp\\u003e Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021 \\u003c/p\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/acta.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9335\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/esta.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9336\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/pei.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9337\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"li06291\"} --><h4 class=\"wp-block-heading\">Planificar para Articular</h4>\n\n\n\n<h2 class=\"wp-block-heading\">Lineamientos Programáticos Consensuados</h2>\n\n\n\n<p> Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021 </p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/acta.jpg\" alt=\"\" class=\"wp-image-9335\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/esta.jpg\" alt=\"\" class=\"wp-image-9336\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/pei.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/pei.jpg\" alt=\"\" class=\"wp-image-9337\"/></a></figure>\n</div>\n</div>\n\n\n\n<p></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Documentos de Gestión','\n				<![CDATA[\n						]]>		','publish','closed','closed','','documentos-de-gestion','','','2024-04-28 11:59:11','2024-04-28 16:59:11','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"3\" alt_text=\"__empty__\" _id=\"507828\" images=\"9579,9551\" onclick=\"none\" navigation=\"yes\"][/kc_column][/kc_row]',0,'https://demo.detheme.com/digital-marketing/?page_id=416',0,'page','',0),(9465,1,'2020-03-14 22:39:53','2020-03-15 03:39:53','[kc_row use_container=\"yes\" _id=\"327533\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"735849\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"453735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"943576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"535105\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"842410\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"68594\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"24046\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://Link: http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"540835\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"752231\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://Link: http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868596\"][kc_single_image image_size=\"full\" _id=\"951893\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://Link: http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 22:39:53','2020-03-15 03:39:53','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9464,1,'2020-03-14 22:39:52','2020-03-15 03:39:52','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`background-color|.kc_button`:`#11416b`,`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 22:39:52','2020-03-15 03:39:52','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(472,1,'2019-06-24 09:45:43','2019-06-24 14:45:43','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Miembros\",\"post_status\":\"publish\",\"post_date\":\"2019-06-24 09:45:43\",\"post_author\":\"1\",\"post_name\":\"miembros\",\"featured_image\":\"https://redpsiju.com/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"b466511\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"rlu2849\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"vv51556\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://aapjyf.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/a.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9450\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.com\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/b.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9453\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/02/logob.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9862\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/d.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9472\\u0022/\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://www.apcriminologia.com/pt/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2022/04/portugal.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9923\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.asociacionpsicologiajuridica.cl/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/03/chil.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9869\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/h.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9477\\u0022/\\u003e\\u003cfigcaption class=\\u0022wp-element-caption\\u0022\\u003e\\u003cbr\\u003e\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://www.linkedin.com/in/ysmael-gaona-25052730/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/g.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9474\\u0022/\\u003e\\u003c/a\\u003e\\u003cfigcaption class=\\u0022wp-element-caption\\u0022\\u003e\\u003cbr\\u003e\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/01/imexico.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9825\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/01/iber.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9834\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/f.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9481\\u0022/\\u003e\\u003cfigcaption class=\\u0022wp-element-caption\\u0022\\u003e\\u003cbr\\u003e\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/e.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9473\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2022/04/el-slavador.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9940\\u0022/\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2022/04/somecic.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9925\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\u003c/div\\u003e\\n\\u003c/div\\u003e\",\"pagelayer-id\":\"xdc9989\"} --><div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.peru.redpsiju.com\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2022/04/el-slavador.png\" alt=\"\" class=\"wp-image-9940\"/></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Miembros','\n				<![CDATA[\n						]]>		','publish','closed','closed','','miembros','','','2024-04-28 12:02:13','2024-04-28 17:02:13','[kc_row use_container=\"no\" _id=\"483475\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"352116\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"460648\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://aapjyf.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"619389\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"246471\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"736379\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"683819\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"84842\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"588436\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"603202\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"556299\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"955814\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"44299\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"460420\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"624456\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"504757\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"483526\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"685122\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"126658\" image_source=\"media_library\" image=\"9730\" on_click_action=\"open_custom_link\" custom_link=\"https://ibercrimainternacional.wordpress.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"78003\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"837641\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"806483\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"581811\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"296079\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]',0,'https://demo.detheme.com/digital-marketing/?page_id=472',0,'page','',0),(9453,1,'2020-03-14 22:34:51','2020-03-15 03:34:51','','b','','inherit','open','closed','','b','','','2020-03-14 22:34:51','2020-03-15 03:34:51','',472,'https://redpsiju.org/wp-content/uploads/2020/03/b.jpg',0,'attachment','image/jpeg',0),(9454,1,'2020-03-14 22:35:15','2020-03-15 03:35:15','','c','','inherit','open','closed','','c','','','2020-03-14 22:35:15','2020-03-15 03:35:15','',472,'https://redpsiju.org/wp-content/uploads/2020/03/c.jpg',0,'attachment','image/jpeg',0),(9469,1,'2020-03-14 22:42:40','2020-03-15 03:42:40','[kc_row use_container=\"no\" _id=\"987670\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"863339\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"42482\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"908559\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"725783\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"211517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"926761\" image_source=\"media_library\" image=\"9454\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:42:40','2020-03-15 03:42:40','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9476,1,'2020-03-14 22:49:33','2020-03-15 03:49:33','[kc_row use_container=\"no\" _id=\"987670\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"863339\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"42482\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"908559\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"725783\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"211517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"926761\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"790123\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"530772\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"903554\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"375133\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"64091\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"305344\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"204008\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:49:33','2020-03-15 03:49:33','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9478,1,'2020-03-14 22:50:59','2020-03-15 03:50:59','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"502863\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"21644\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"480160\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"999244\" image_source=\"media_library\" image=\"9454\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:50:59','2020-03-15 03:50:59','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9477,1,'2020-03-14 22:50:34','2020-03-15 03:50:34','','h','','inherit','open','closed','','h','','','2020-03-14 22:50:34','2020-03-15 03:50:34','',472,'https://redpsiju.org/wp-content/uploads/2020/03/h.jpg',0,'attachment','image/jpeg',0),(9479,1,'2020-03-14 22:51:00','2020-03-15 03:51:00','[kc_row use_container=\"no\" _id=\"987670\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"863339\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"42482\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"908559\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"725783\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"211517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"926761\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"790123\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"530772\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"903554\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"375133\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"64091\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"305344\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"204008\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"614890\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"308442\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"675715\" image_source=\"media_library\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"280275\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"303939\" image_source=\"media_library\" image=\"9477\"][/kc_column][kc_column width=\"33.33%\" _id=\"778213\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"661029\" image_source=\"media_library\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:51:00','2020-03-15 03:51:00','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9483,1,'2020-03-14 22:53:59','2020-03-15 03:53:59','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:53:59','2020-03-15 03:53:59','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9480,1,'2020-03-14 22:52:14','2020-03-15 03:52:14','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:52:14','2020-03-15 03:52:14','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9482,1,'2020-03-14 22:53:59','2020-03-15 03:53:59','[kc_row use_container=\"no\" _id=\"987670\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"863339\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"42482\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"908559\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"725783\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"211517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"926761\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"790123\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"530772\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"903554\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"375133\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"64091\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"305344\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"204008\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"614890\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"308442\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"675715\" image_source=\"media_library\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"280275\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"303939\" image_source=\"media_library\" image=\"9477\"][/kc_column][kc_column width=\"33.33%\" _id=\"778213\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"661029\" image_source=\"media_library\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:53:59','2020-03-15 03:53:59','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9481,1,'2020-03-14 22:53:48','2020-03-15 03:53:48','','f','','inherit','open','closed','','f','','','2020-03-14 22:53:48','2020-03-15 03:53:48','',472,'https://redpsiju.org/wp-content/uploads/2020/03/f.jpg',0,'attachment','image/jpeg',0),(9042,1,'2020-03-07 21:27:05','2020-03-08 02:27:05','[kc_row use_container=\"yes\" _id=\"144196\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJodHRwczovL2RlbW8uZGV0aGVtZS5jb20vdmFzdGFydC1kaWdpdGFsLXN0YXJ0dXAtZHVtbXkvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzk0LzIwMTkvMDgvMzg0MHgyMDYwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"391932\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"761400\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"668215\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"775571\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"763449\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"135207\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"934930\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"854536\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"925432\"][kc_column_inner# width=\"50%\" _id=\"912326\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"928282\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"351217\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"195270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"708238\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"494198\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"443438\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"784669\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"888123\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"33658\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"774374\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"195621\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"467301\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"57549\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"100832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"157464\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"210784\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"64809\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"617105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"762955\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"104008\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"167651\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"661257\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"230274\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"457687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"352883\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"468554\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"10668\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"584696\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"410331\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"953477\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"147306\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"174075\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"670365\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"839423\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"38952\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"158605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"857361\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"967848\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"350293\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"902330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"757607\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"245359\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"534199\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531026\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"965621\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"75434\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"8285\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"828936\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"299172\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"480578\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"918536\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"723978\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"99837\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"306047\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"405458\"][/kc_column][kc_column width=\"50%\" _id=\"202308\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"645730\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"650954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"805040\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"629040\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"938423\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"196212\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Eventos Psi','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-07 21:27:05','2020-03-08 02:27:05','',472,'https://redpsiju.org/2020/03/07/472-revision-v1/',0,'revision','',0),(9739,1,'2020-11-07 13:43:24','2020-11-07 18:43:24','[kc_row use_container=\"yes\" _id=\"405987\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"771582\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"909938\"][kc_column_inner width=\"100%\" _id=\"816234\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"918632\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"975010\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"629371\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&amp;feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"170886\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"717010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"7411\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"827566\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"734511\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"590757\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"481949\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"697378\"][kc_column_inner width=\"100%\" _id=\"139554\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"202043\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"857083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"325880\" image_source=\"media_library\" image=\"9732\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"937723\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"894806\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"520900\"][kc_column_inner width=\"100%\" _id=\"753323\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"358405\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"860668\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"215283\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"173922\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"815010\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"898192\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"15027\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"463646\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"57\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"909832\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-11-07 13:43:24','2020-11-07 18:43:24','',661,'https://redpsiju.org/2020/11/07/661-revision-v1/',0,'revision','',0),(657,1,'2019-06-26 08:14:35','2019-06-26 08:14:35','\n				<![CDATA[\n						]]>		','Blog','\n				<![CDATA[\n						]]>		','publish','closed','closed','','blog','','','2019-06-26 08:14:35','2019-06-26 08:14:35','',0,'https://demo.detheme.com/digital-marketing/?page_id=657',0,'page','',0),(661,1,'2019-06-26 08:15:31','2019-06-26 13:15:31','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Eventos\",\"post_status\":\"publish\",\"post_date\":\"2019-06-26 08:15:31\",\"post_author\":\"1\",\"post_name\":\"eventos\",\"featured_image\":\"https://redpsiju.com/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"u864029\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"k4e9871\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"z8i5241\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003eReunión del Directorio de la RedPsiJu: construyendo los Encuentros Iberoamericanos\\u003c/p\\u003e\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/03/red-1024x576.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9887\\u0022/\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eIntegración Global PsiJurídica\\u003c/h4\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003e\\u003ca href=\\u0022http://www.encuentrospsijuridicos.redpsiju.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022 aria-label=\\u0022Articulación Académica y Científica (se abre en una nueva pestaña)\\u0022\\u003eArticulación Académica y Científica\\u003c/a\\u003e\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-full\\u0022\\u003e\\u003ca href=\\u0022http://www.encuentrospsijuridicos.redpsiju.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2023/09/bred1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-10003\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eModalidad Blended Learning\\u003c/h4\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eParticipa desde donde vives\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-full\\u0022\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2023/09/masred1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-10007\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\",\"pagelayer-id\":\"s4c9627\"} --><p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: construyendo los Encuentros Iberoamericanos</p>\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n\n\n\n<p></p>\n\n\n\n<h4 class=\"wp-block-heading\">Integración Global PsiJurídica</h4>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2023/09/bred1.png\" alt=\"\" class=\"wp-image-10003\"/></a></figure>\n\n\n\n<p></p>\n\n\n\n<h4 class=\"wp-block-heading\">Modalidad Blended Learning</h4>\n\n\n\n<h2 class=\"wp-block-heading\">Participa desde donde vives</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2023/09/masred1.png\" alt=\"\" class=\"wp-image-10007\"/></a></figure><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Eventos','\n				<![CDATA[\n						]]>		','publish','closed','closed','','eventos','','','2024-04-28 12:07:21','2024-04-28 17:07:21','[kc_row use_container=\"yes\" _id=\"745733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"811394\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"573077\"][kc_column_inner width=\"100%\" _id=\"553198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"634377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"269201\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"1363\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"465386\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"535722\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"549083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"201993\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"338562\" image_source=\"media_library\" image=\"9738\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"87387\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"151831\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"671660\"][kc_column_inner width=\"100%\" _id=\"651651\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"150568\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"667344\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"124571\" image_source=\"media_library\" image=\"9732\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"298751\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"71811\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"349907\"][kc_column_inner width=\"100%\" _id=\"138081\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"479437\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"285609\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"881069\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"741973\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"728388\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"659767\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"27301\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"365934\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"830117\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"839383\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]',0,'https://demo.detheme.com/digital-marketing/?page_id=661',0,'page','',0),(9732,1,'2020-10-22 19:24:37','2020-10-23 00:24:37','','amaster','','inherit','open','closed','','amaster','','','2020-10-22 19:24:37','2020-10-23 00:24:37','',661,'https://redpsiju.org/wp-content/uploads/2020/10/amaster.png',0,'attachment','image/png',0),(9888,1,'2021-03-14 21:43:36','2021-03-15 02:43:36','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Articulación Académica y Científica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9856,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/banner-1024x375.png\" alt=\"\" class=\"wp-image-9856\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9732,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster-1024x512.png\" alt=\"\" class=\"wp-image-9732\"/></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2021-03-14 21:43:36','2021-03-15 02:43:36','',661,'https://redpsiju.org/2021/03/14/661-revision-v1/',0,'revision','',0),(1900,1,'2018-04-27 06:13:00','2018-04-27 06:13:00','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','Remote Entrepreneurs: 7 Tips for a Distraction-Free Home Office','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','open','','what-does-it-take-to-be-successful-2','','','2018-04-27 06:13:00','2018-04-27 06:13:00','',0,'http://vastthemes.com/business/?p=338',0,'post','',0),(1901,1,'2018-04-27 06:17:04','2018-04-27 06:17:04','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','Having an App Skill Will Boost Your Business Sales','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','open','','talk-about-your-accomplishment-2','','','2018-04-27 06:17:04','2018-04-27 06:17:04','',0,'http://vastthemes.com/business/?p=341',0,'post','',0),(1902,1,'2018-04-27 06:18:47','2018-04-27 06:18:47','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','Top Start-Up Investments That Are More Than Worth It','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','open','','business-free-like-a-dream-2','','','2018-04-27 06:18:47','2018-04-27 06:18:47','',0,'http://vastthemes.com/business/?p=343',0,'post','',0),(1903,1,'2018-04-27 06:21:23','2018-04-27 06:21:23','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','To Outsource or Not To Outsource: That Is The Question For These Startup Departments','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','open','','are-you-worried-about-stock-2','','','2018-04-27 06:21:23','2018-04-27 06:21:23','',0,'http://vastthemes.com/business/?p=349',0,'post','',0),(1904,1,'2018-04-27 07:10:20','2018-04-27 07:10:20','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','How to Hire the Right Marketing Team for Your Startup','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','open','','the-most-important-chart-on-investing-2','','','2018-04-27 07:10:20','2018-04-27 07:10:20','',0,'http://vastthemes.com/business/?p=375',0,'post','',0),(1905,1,'2018-04-27 07:14:46','2018-04-27 07:14:46','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','Tech Startups Are Changing Education For The Better','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','open','','believe-the-business-of-your-dream-2','','','2018-04-27 07:14:46','2018-04-27 07:14:46','',0,'http://vastthemes.com/business/?p=381',0,'post','',0),(1906,1,'2018-07-25 03:30:46','2018-07-25 03:30:46','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','HyperWHO? HyperWHAT?','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','closed','','tes-1-2','','','2018-07-25 03:30:46','2018-07-25 03:30:46','',0,'http://demo.vastthemes.com/business/?p=1838',0,'post','',0),(1907,1,'2018-07-25 03:30:58','2018-07-25 03:30:58','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','Instagram influencer marketing strategies -10 ways to drive sales for e-commerce','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','closed','','tes-2-2','','','2018-07-25 03:30:58','2018-07-25 03:30:58','',0,'http://demo.vastthemes.com/business/?p=1840',0,'post','',0),(8849,1,'2019-08-26 05:58:43','2019-08-26 05:58:43','<p><!--[CDATA[\n</p--></p>\n\n<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://demo.detheme.com/vastart-digital-startup/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<p>]]&gt;</p>','Sample Page','\n				<![CDATA[]]>		','publish','closed','open','','sample-page-2-2','','','2020-03-14 22:21:36','2020-03-15 03:21:36','',0,'http://demo.detheme.com/vastart-digital-startup/?page_id=2',0,'page','',0),(8946,1,'2019-09-03 07:11:47','2019-09-03 07:11:47','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nVastart - App Startup \"[your-subject]\"\nVastart - App Startup <wordpress@wprepo.vastthemes.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - App Startup (http://wprepo.vastthemes.com)\nrico@djavaweb.com\nReply-To: [your-email]\n\n0\n0\n\nVastart - App Startup \"[your-subject]\"\nVastart - App Startup <wordpress@wprepo.vastthemes.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - App Startup (http://wprepo.vastthemes.com)\n[your-email]\nReply-To: rico@djavaweb.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2019-09-03 07:11:47','2019-09-03 07:11:47','',0,'http://wprepo.vastthemes.com/?post_type=wpcf7_contact_form&amp;p=4',0,'wpcf7_contact_form','',0),(1909,1,'2018-07-25 03:31:08','2018-07-25 03:31:08','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','Simone Musgrave - Grit, Sales, and using Femininity in business.','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','closed','','tes-4-2','','','2018-07-25 03:31:08','2018-07-25 03:31:08','',0,'http://demo.vastthemes.com/business/?p=1842',0,'post','',0),(1910,1,'2018-07-25 03:31:19','2018-07-25 03:31:19','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','Behind the scenes: The challenges of building an EdTech startup','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','closed','','tes-6-2','','','2018-07-25 03:31:19','2018-07-25 03:31:19','',0,'http://demo.vastthemes.com/business/?p=1844',0,'post','',0),(8787,1,'2019-07-19 08:02:18','2019-07-19 08:02:18','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','10 Creative Website Marketing Strategies for Entrepreneurs','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','open','','10-creative-website-marketing-strategies-for-entrepreneurs','','','2019-07-19 08:02:18','2019-07-19 08:02:18','',0,'https://demo.detheme.com/digital-startup/?p=8787',0,'post','',0),(8789,1,'2019-07-19 08:02:55','2019-07-19 08:02:55','<div class=\"ketocist-intro\">Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time! Many have tried to <span class=\"stabilo\">revolutionize education and failed.</span> That’s why you need to make sure you are up to the challenge and ready <span class=\"stabilo\">for a very long journey and not in it for a quick exit!</span></div>\nI want to share with you some of the lessons I learnt (and still learning) while building Knowledge Officer, a career-oriented learning platform for professionals who want to fulfil their dream career goals. I will share the lesson of each stage I have been through so far. We have witnessed 3 stages: pre-MVP, MVP and product.\n<h2>Pre-MVP Stage:</h2>\n[caption id=\"attachment_1857\" align=\"alignright\" width=\"497\"]<img class=\"wp-image-1857\" src=\"https://via.placeholder.com/500x340/e8e8e8/000000?text=image\" alt=\"\" width=\"497\" height=\"331\" /> Do something great[/caption]\n\nThis is the stage where you would do the market <a href=\"#\">research and early customer development activities.</a> You are still validating the problem and trying to understand the space more. Many founders, unfortunately, skip this stage altogether and go directly to the next one. They start <strong>building blindly</strong> without necessarily being equipped with the right knowledge and understanding of the space they want to operate in. Small Network: A small number of hugely successful EdTech startups (compared to other markets like FinTech, AdTech, etc) so a very small network to learn from and everyone is still exploring and finding his own way.\n<blockquote>Getting research evidence: This challenge continues in the upcoming stages but you should start thinking about it from the beginning. Education startups need science and research based evidence on their approach to learning and education. I would definitely recommend UCL educate program for that side.</blockquote>\nThis is the stage that comes after going live with an MVP and validating it with users. Usually, this is the stage where you start reaching out to investors as well. This is where you see real and live insights from your potential users and customers and get more confidence on the problem and your solution. Access to data: It’s very hard and challenging to put your hands on real, authentic and comprehensive data around the market size and different financial activities.\n<h3>Product Stage:</h3>\n[gallery size=\"full\" link=\"none\" ids=\"8846,8847,8848\"]\n\nNow, you have secured some investment or decided to bootstrap and have <strong>a live product with many users/customers.</strong> You now transition from your mere focus on building a product to thinking more about building a viable business that sustains this product.\n<blockquote>It’s not really that hard to acquire users for your product at this stage given your value proposition is clear and the product is somehow useful. The real challenge is with retention and engagement and keeping these 2 metrics at <span class=\"stabilo\">a healthy level while you are growing your user base.</span></blockquote>\nWhile reflecting on those challenges, I wanted also to summarise some of the most famous non-successful stories in EdTech and a short lesson to learn from each one. Hope we all learn from those lessons and create EdTech products that truly serve learners, <strong>continuously innovate and create viable and innovative business models</strong> to sustain the growth of our companies. Fixing education and helping people to learn is a noble cause and we believe that learning is one of the main pillars of having a successful life. That’s what drives us to work every day till we get to fix the Skills Gap!\n<h3>The Revolution in Education</h3>\nAs you can imagine, the most influential tech startups in education are those creating some sort of apps for fun and interactive learning. These include learning apps and games for kids and adults that are created for computers, tablets and mobile phones, which makes them incredibly convenient.Then, there are the startups that wanted to enhance the learning process through better file organization. Schools and universities around the world are using platforms and apps that allow both students and teachers to keep everything in one place, stay organized, share files and keep track of assignments.\nAside from that, certain edutech startups have focused on facilitating the school administration process, engaging the parents through progress tracking, monitoring things like class attendance, test results, and even cheating and plagiarism. Finally, there are the programs that provide and facilitate video lectures and online courses for both students and future teachers. <span class=\"stabilo\">For example, more and more aspiring teachers</span> are opting for online degrees like the <a href=\"#\">Certificate III in Early Childhood Education and Care</a> and other popular training courses, to be able to keep up with the trends.\n<ul>\n 	<li>Personalized Learning</li>\n 	<li>Learning on the go</li>\n 	<li>Countless Learning/Teaching Resources</li>\n 	<li>The Greater Change</li>\n</ul>\nEdutech startups are already shaking up education systems around the world and remodeling the modern classroom. Not only are these innovations shifting the learning process towards personalization but also changing the roles of everyone involved – from curriculum creators, across teachers to students and parents. But this change is a good one, and it\'s only just begun. We have yet to see all the ways tech startups will continue to alter and enhance education in the future.','Facebook Ads for Entrepreneurs 101: A Guide','Are you thinking about building the next big thing in EdTech? Well, I have to say that the journey is really amusing but extremely challenging at the same time!','publish','open','open','','facebook-ads-for-entrepreneurs-101-a-guide','','','2019-07-19 08:02:55','2019-07-19 08:02:55','',0,'https://demo.detheme.com/digital-startup/?p=8789',0,'post','',0),(8862,1,'2019-08-30 04:31:49','2019-08-30 04:31:49','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nVastart - Digital Startup \"[your-subject]\"\nVastart - Digital Startup <wordpress@wprepo.vastthemes.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - Digital Startup (http://wprepo.vastthemes.com)\nrico@djavaweb.com\nReply-To: [your-email]\n\n0\n0\n\nVastart - Digital Startup \"[your-subject]\"\nVastart - Digital Startup <wordpress@wprepo.vastthemes.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - Digital Startup (http://wprepo.vastthemes.com)\n[your-email]\nReply-To: rico@djavaweb.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1-2-2','','','2019-08-30 04:31:49','2019-08-30 04:31:49','',0,'http://wprepo.vastthemes.com/?post_type=wpcf7_contact_form&amp;p=8862',0,'wpcf7_contact_form','',0),(8936,1,'2019-09-02 10:15:20','2019-09-02 10:15:20','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nVastart - App Startup \"[your-subject]\"\nVastart - App Startup <wordpress@wprepo.vastthemes.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - App Startup (http://wprepo.vastthemes.com)\nrico@djavaweb.com\nReply-To: [your-email]\n\n0\n0\n\nVastart - App Startup \"[your-subject]\"\nVastart - App Startup <wordpress@wprepo.vastthemes.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Vastart - App Startup (http://wprepo.vastthemes.com)\n[your-email]\nReply-To: rico@djavaweb.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2019-09-02 10:15:20','2019-09-02 10:15:20','',0,'http://wprepo.vastthemes.com/?post_type=wpcf7_contact_form&amp;p=4',0,'wpcf7_contact_form','',0),(8949,1,'2020-03-07 05:10:02','2020-03-07 10:10:02','','logo','','inherit','open','closed','','logo','','','2020-03-07 05:10:02','2020-03-07 10:10:02','',0,'https://redpsiju.org/wp-content/uploads/2020/03/logo.png',0,'attachment','image/png',0),(8947,1,'2020-03-05 11:07:10','2020-03-05 16:07:10','','logo-vastart-black-2-2','','inherit','open','closed','','logo-vastart-black-2-2-2','','','2020-03-05 11:07:10','2020-03-05 16:07:10','',0,'https://redpsiju.org/wp-content/uploads/2020/03/logo-vastart-black-2-2.png',0,'attachment','image/png',0),(8948,1,'2020-03-05 11:07:11','2020-03-05 16:07:11','','cropped-2752x520-1-2','','inherit','open','closed','','cropped-2752x520-1-2-2','','','2020-03-05 11:07:11','2020-03-05 16:07:11','',0,'https://redpsiju.org/wp-content/uploads/2020/03/cropped-2752x520-1-2.png',0,'attachment','image/png',0),(8951,1,'2020-03-07 05:13:15','2020-03-07 10:13:15','','log','','inherit','open','closed','','log','','','2020-03-07 05:13:15','2020-03-07 10:13:15','',0,'https://redpsiju.org/wp-content/uploads/2020/03/log.png',0,'attachment','image/png',0),(8956,1,'2020-03-07 05:16:55','2020-03-07 10:16:55','','favicon','','inherit','open','closed','','favicon','','','2020-03-07 05:16:55','2020-03-07 10:16:55','',0,'https://redpsiju.org/wp-content/uploads/2020/03/favicon.png',0,'attachment','image/png',0),(8958,1,'2020-03-07 05:25:49','2020-03-07 10:25:49','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:25:49','2020-03-07 10:25:49','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8959,1,'2020-03-07 05:25:50','2020-03-07 10:25:50','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:25:50','2020-03-07 10:25:50','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9079,1,'2020-03-12 02:24:39','2020-03-12 07:24:39','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"17410\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"211924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"458255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"105876\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"538888\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"703454\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"643993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:24:39','2020-03-12 07:24:39','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9077,1,'2020-03-12 02:23:52','2020-03-12 07:23:52','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"171559\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"17410\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"211924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"458255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"105876\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"538888\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"703454\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"643993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:23:52','2020-03-12 07:23:52','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9058,1,'2020-03-07 23:00:45','2020-03-08 04:00:45','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"815502\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"491160\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"626462\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"116436\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"270752\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"682100\"][kc_column_inner# width=\"50%\" _id=\"339086\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"956331\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"799789\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"334631\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"164122\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"15399\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"940848\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"509964\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"331237\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"177269\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"1553\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"997490\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"965246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"697905\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"350657\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"817479\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"321850\"][/kc_column][kc_column width=\"50%\" _id=\"919346\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"81583\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"8803\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"371320\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"964582\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"682791\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"625665\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:00:45','2020-03-08 04:00:45','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9056,1,'2020-03-07 22:59:54','2020-03-08 03:59:54','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"815502\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"491160\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"626462\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"116436\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"270752\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"682100\"][kc_column_inner# width=\"50%\" _id=\"339086\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"956331\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"799789\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"334631\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"164122\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"15399\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"430342\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"179173\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"13720\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"940848\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"509964\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"331237\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"177269\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"1553\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"997490\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"965246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"697905\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"350657\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"817479\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"321850\"][/kc_column][kc_column width=\"50%\" _id=\"919346\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"81583\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"8803\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"371320\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"964582\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"682791\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"625665\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 22:59:54','2020-03-08 03:59:54','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8995,1,'2020-03-07 06:41:00','2020-03-07 11:41:00','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8993\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:41:00','2020-03-07 11:41:00','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8992,1,'2020-03-07 06:32:52','2020-03-07 11:32:52','[kc_row use_container=\"yes\" _id=\"263420\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"154234\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"169536\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"355650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"415979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"750559\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"779661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"261784\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"702724\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"739945\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"180218\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"815264\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"650101\" image_source=\"media_library\" image=\"8990\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"87822\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"613050\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"183459\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"819989\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"762067\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"354637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"566994\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"569261\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"505852\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"808688\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"365923\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207273\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"811741\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"655166\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"365486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"335704\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"944328\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"595806\"][kc_row_inner _id=\"822614\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"517575\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"346199\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"620300\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"531045\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"730785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"761969\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"684534\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"841774\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"895652\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"36104\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"126983\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"400311\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"752021\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"932328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"372229\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"328516\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"210996\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"197691\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"476264\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"697342\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"576972\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"214071\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"265134\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"566705\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"407825\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"304359\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"948142\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"422715\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"308840\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"402169\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"938805\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"318730\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"939925\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"272230\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"173793\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"923600\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"169737\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"596353\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"251885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"509983\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"100116\"][kc_column_inner# width=\"50%\" _id=\"856894\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"396332\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"84870\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"29723\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"637403\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"192013\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"312517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"79694\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"832711\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"259485\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"29618\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"171670\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"270555\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"841027\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"670508\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"718650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"778185\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"404007\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"251871\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"267843\"][/kc_column][kc_column width=\"50%\" _id=\"786735\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"658560\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"242720\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"367729\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"121994\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"117734\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"373732\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:32:52','2020-03-07 11:32:52','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8988,1,'2020-03-07 06:09:59','2020-03-07 11:09:59','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:09:59','2020-03-07 11:09:59','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8987,1,'2020-03-07 06:09:58','2020-03-07 11:09:58','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:09:58','2020-03-07 11:09:58','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8960,1,'2020-03-07 05:26:39','2020-03-07 10:26:39','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:26:39','2020-03-07 10:26:39','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8961,1,'2020-03-07 05:26:40','2020-03-07 10:26:40','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:26:40','2020-03-07 10:26:40','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8962,1,'2020-03-07 05:28:15','2020-03-07 10:28:15','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:28:15','2020-03-07 10:28:15','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8963,1,'2020-03-07 05:28:16','2020-03-07 10:28:16','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nConstruyendo capacidades institucionales para la articulación e integración gremial en Psicología Jurídica.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:28:16','2020-03-07 10:28:16','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8964,1,'2020-03-07 05:31:16','2020-03-07 10:31:16','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:31:16','2020-03-07 10:31:16','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8965,1,'2020-03-07 05:31:17','2020-03-07 10:31:17','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:31:17','2020-03-07 10:31:17','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8966,1,'2020-03-07 05:32:09','2020-03-07 10:32:09','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:32:09','2020-03-07 10:32:09','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8967,1,'2020-03-07 05:32:10','2020-03-07 10:32:10','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:32:10','2020-03-07 10:32:10','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8969,1,'2020-03-07 05:44:08','2020-03-07 10:44:08','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:44:08','2020-03-07 10:44:08','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (8970,1,'2020-03-07 05:44:08','2020-03-07 10:44:08','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8968\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:44:08','2020-03-07 10:44:08','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8972,1,'2020-03-07 05:45:48','2020-03-07 10:45:48','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:45:48','2020-03-07 10:45:48','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9070,1,'2020-03-11 18:50:40','2020-03-11 23:50:40','','logored','','inherit','open','closed','','logored-2','','','2020-03-11 18:50:40','2020-03-11 23:50:40','',8942,'https://redpsiju.org/wp-content/uploads/2020/03/logored.png',0,'attachment','image/png',0),(8973,1,'2020-03-07 05:45:49','2020-03-07 10:45:49','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8971\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:45:49','2020-03-07 10:45:49','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8975,1,'2020-03-07 05:49:45','2020-03-07 10:49:45','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:49:45','2020-03-07 10:49:45','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8976,1,'2020-03-07 05:49:46','2020-03-07 10:49:46','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:49:46','2020-03-07 10:49:46','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8977,1,'2020-03-07 05:55:38','2020-03-07 10:55:38','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:55:38','2020-03-07 10:55:38','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8978,1,'2020-03-07 05:55:39','2020-03-07 10:55:39','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a class=\"kc_button primary\" href=\"#\">get started</a>       <a class=\"kc_button secondary\" href=\"#\">learn more</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 05:55:39','2020-03-07 10:55:39','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8979,1,'2020-03-07 06:00:11','2020-03-07 11:00:11','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:00:11','2020-03-07 11:00:11','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8980,1,'2020-03-07 06:00:12','2020-03-07 11:00:12','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"#\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"#\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:00:12','2020-03-07 11:00:12','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8981,1,'2020-03-07 06:01:49','2020-03-07 11:01:49','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:01:49','2020-03-07 11:01:49','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8986,1,'2020-03-07 06:09:30','2020-03-07 11:09:30','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:09:30','2020-03-07 11:09:30','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8982,1,'2020-03-07 06:01:50','2020-03-07 11:01:50','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiku.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:01:50','2020-03-07 11:01:50','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8983,1,'2020-03-07 06:03:48','2020-03-07 11:03:48','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:03:48','2020-03-07 11:03:48','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8984,1,'2020-03-07 06:03:49','2020-03-07 11:03:49','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"960175\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"58882\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"620485\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"861712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"594463\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"642678\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"686920\"][kc_column_inner# width=\"50%\" _id=\"526422\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"40891\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"793845\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"398421\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"11374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"246724\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"715204\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"355640\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"675875\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:03:49','2020-03-07 11:03:49','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8985,1,'2020-03-07 06:09:29','2020-03-07 11:09:29','[kc_row use_container=\"yes\" _id=\"776664\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4L0VFRUVFRS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"117767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"VGhlIEZ1dHVyZSBvZiBXZWIgQ29kaW5nIGlzIGhlcmUu\" type=\"h1\" _id=\"664172\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"911195\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"551984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"#\">get started</a> &nbsp; &nbsp; &nbsp;&nbsp;<a class=\"kc_button secondary\" href=\"#\">learn more</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"27956\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"64101\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"506064\" image_source=\"media_library\" image=\"8811\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"205375\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"220097\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"226651\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"839920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774716\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"762877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"130553\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"904356\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"153260\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"248261\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"804152\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"182489\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"545055\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"728021\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"885932\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"684204\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"813146\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"445503\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"548225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896513\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"71384\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"216192\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"824581\"][kc_column_inner# width=\"50%\" _id=\"27250\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"920107\" image_source=\"media_library\" image=\"8814\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"122029\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"505074\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"680151\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"751136\" image_source=\"media_library\" image=\"8815\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"256791\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"69199\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"470509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"314447\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"154520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"875240\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"704012\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"446654\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"614185\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419993\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"653310\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"626736\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"236046\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"816804\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"937551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"570810\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"21401\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"772246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"868950\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"500289\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"552802\"][kc_row_inner _id=\"919426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"449139\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"753733\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"777181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"877469\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"576253\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"691649\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"887485\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"821385\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"379730\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"92531\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"609776\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"133770\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"24087\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"263164\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"468261\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"908484\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"716085\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"185922\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"691235\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"81847\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"385344\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"676430\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"391731\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"92847\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"33241\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"750380\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"339048\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"136170\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"32215\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"858823\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"161098\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"78020\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396266\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969299\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"647671\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"185471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"788491\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"970836\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"888085\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"680691\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"407401\"][kc_column_inner# width=\"50%\" _id=\"936637\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"138985\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"186193\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"790527\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"474584\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"733650\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"806492\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"147293\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"959804\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"451472\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"12713\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"553927\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"365674\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"721848\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"503555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"78948\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"88684\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977438\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"361023\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"589125\"][/kc_column][kc_column width=\"50%\" _id=\"242975\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"596469\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"360858\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"985952\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"5327\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"100214\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"361436\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:09:29','2020-03-07 11:09:29','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8991,1,'2020-03-07 06:32:51','2020-03-07 11:32:51','[kc_row use_container=\"yes\" _id=\"491522\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"395806\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"181875\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"910554\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"303509\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"247782\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"69646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"648441\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"997818\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"810470\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"963278\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"320557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"916629\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"726521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"995551\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"175210\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"330518\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"406373\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"86496\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"989755\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"361950\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"321598\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"323919\" image_source=\"media_library\" image=\"8812\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"509305\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"462614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"347691\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"950787\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"53351\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"419378\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"932857\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"383461\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"403553\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"765558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"763362\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"79784\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"980557\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"16179\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"234302\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"964747\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"102813\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"233553\"][kc_row_inner _id=\"103201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"296142\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"312887\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"550026\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"69682\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"813883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"261442\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"672667\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"412036\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"710030\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"596157\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"817077\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"406878\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553929\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"616778\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"639427\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"788737\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"620265\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"889503\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"444491\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"180095\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"446085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"703458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"607492\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"280725\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"309201\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"187887\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"37896\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"858819\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"470206\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"791759\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"864795\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"68874\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"487860\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364474\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"458292\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"537568\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"212779\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"573053\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"83232\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"838784\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"456516\"][kc_column_inner# width=\"50%\" _id=\"111390\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"922737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"995541\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"802071\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"310860\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"724354\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"861787\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"577443\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"245024\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"222845\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"481337\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"596922\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"654452\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"928688\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"704551\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806168\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"792178\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"610381\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"263908\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"338017\"][/kc_column][kc_column width=\"50%\" _id=\"110432\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"953866\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"434323\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"811206\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"291246\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"230721\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"836787\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:32:51','2020-03-07 11:32:51','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8997,1,'2020-03-07 06:42:25','2020-03-07 11:42:25','[kc_row use_container=\"yes\" _id=\"263420\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"154234\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"169536\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"355650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"415979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"750559\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"779661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"261784\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"702724\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"739945\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"180218\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"815264\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"650101\" image_source=\"media_library\" image=\"8990\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"87822\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"613050\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"183459\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"819989\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"762067\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"354637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"566994\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"569261\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"505852\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"808688\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"365923\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207273\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"811741\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"655166\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"365486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"335704\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"944328\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"595806\"][kc_row_inner _id=\"822614\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"517575\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"346199\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"620300\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"531045\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"730785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"761969\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"684534\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"841774\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"895652\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"36104\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"126983\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"400311\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"752021\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"932328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"372229\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"328516\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"210996\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"197691\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"476264\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"697342\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"576972\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"214071\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"265134\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"566705\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"407825\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"304359\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"948142\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"422715\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"308840\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"402169\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"938805\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"318730\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"939925\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"272230\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"173793\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"923600\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"169737\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"596353\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"251885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"509983\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"100116\"][kc_column_inner# width=\"50%\" _id=\"856894\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"396332\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"84870\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"29723\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"637403\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"192013\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"312517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"79694\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"832711\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"259485\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"29618\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"171670\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"270555\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"841027\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"670508\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"718650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"778185\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"404007\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"251871\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"267843\"][/kc_column][kc_column width=\"50%\" _id=\"786735\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"658560\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"242720\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"367729\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"121994\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"117734\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"373732\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:42:25','2020-03-07 11:42:25','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8999,1,'2020-03-07 06:44:48','2020-03-07 11:44:48','','arg','','inherit','open','closed','','arg','','','2020-03-07 06:44:48','2020-03-07 11:44:48','',8942,'https://redpsiju.org/wp-content/uploads/2020/03/arg.png',0,'attachment','image/png',0),(8994,1,'2020-03-07 06:40:59','2020-03-07 11:40:59','[kc_row use_container=\"yes\" _id=\"263420\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"154234\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"169536\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"355650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"415979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"750559\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"779661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"261784\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"702724\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"739945\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"180218\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"815264\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"650101\" image_source=\"media_library\" image=\"8990\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"87822\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"613050\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"183459\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"819989\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"762067\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"354637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"566994\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"569261\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"505852\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"808688\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"365923\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207273\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"811741\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"655166\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"365486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"335704\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"944328\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"595806\"][kc_row_inner _id=\"822614\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"517575\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"346199\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"620300\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"531045\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"730785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"761969\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"684534\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"841774\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"895652\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"36104\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"126983\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"400311\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"752021\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"932328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"372229\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"328516\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"210996\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"197691\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"476264\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"697342\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"576972\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"214071\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"265134\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"566705\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"407825\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"304359\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"948142\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"422715\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"308840\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"402169\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"938805\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"318730\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"939925\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"272230\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"173793\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"923600\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"169737\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"596353\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"251885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"509983\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"100116\"][kc_column_inner# width=\"50%\" _id=\"856894\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"396332\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"84870\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"29723\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"637403\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"192013\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"312517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"79694\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"832711\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"259485\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"29618\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"171670\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"270555\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"841027\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"670508\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"718650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"778185\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"404007\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"251871\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"267843\"][/kc_column][kc_column width=\"50%\" _id=\"786735\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"658560\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"242720\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"367729\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"121994\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"117734\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"373732\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:40:59','2020-03-07 11:40:59','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9008,1,'2020-03-07 06:59:40','2020-03-07 11:59:40','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"381455\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:59:40','2020-03-07 11:59:40','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9005,1,'2020-03-07 06:46:06','2020-03-07 11:46:06','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"20%\" _id=\"186367\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"20%\" _id=\"740924\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"20%\" _id=\"327599\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"20%\" _id=\"701330\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"20%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:46:06','2020-03-07 11:46:06','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(8998,1,'2020-03-07 06:42:26','2020-03-07 11:42:26','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8996\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:42:26','2020-03-07 11:42:26','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9000,1,'2020-03-07 06:44:54','2020-03-07 11:44:54','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8996\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:44:54','2020-03-07 11:44:54','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9001,1,'2020-03-07 06:44:55','2020-03-07 11:44:55','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"186367\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"129881\" images=\"8999\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"570575\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"740924\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"327599\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"701330\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:44:55','2020-03-07 11:44:55','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9002,1,'2020-03-07 06:45:40','2020-03-07 11:45:40','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8996\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:45:40','2020-03-07 11:45:40','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9003,1,'2020-03-07 06:45:41','2020-03-07 11:45:41','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"186367\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"6\" image_size=\"full\" alt_text=\"__empty__\" _id=\"129881\" images=\"8999\" type=\"image_masonry\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"570575\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"740924\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"327599\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"701330\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:45:41','2020-03-07 11:45:41','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9004,1,'2020-03-07 06:46:05','2020-03-07 11:46:05','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8996\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:46:05','2020-03-07 11:46:05','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9007,1,'2020-03-07 06:59:39','2020-03-07 11:59:39','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8996\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 06:59:39','2020-03-07 11:59:39','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9020,1,'2020-03-07 21:02:36','2020-03-08 02:02:36','','logomemb','','inherit','open','closed','','logomemb','','','2020-03-07 21:02:36','2020-03-08 02:02:36','',8942,'https://redpsiju.org/wp-content/uploads/2020/03/logomemb.png',0,'attachment','image/png',0),(9010,1,'2020-03-07 07:01:27','2020-03-07 12:01:27','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"381455\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 07:01:27','2020-03-07 12:01:27','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9009,1,'2020-03-07 07:01:27','2020-03-07 12:01:27','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8996\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 07:01:27','2020-03-07 12:01:27','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9012,1,'2020-03-07 07:03:11','2020-03-07 12:03:11','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"381455\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 07:03:11','2020-03-07 12:03:11','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9011,1,'2020-03-07 07:03:10','2020-03-07 12:03:10','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8996\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 07:03:10','2020-03-07 12:03:10','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9014,1,'2020-03-07 07:03:50','2020-03-07 12:03:50','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 10px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"381455\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 07:03:50','2020-03-07 12:03:50','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9013,1,'2020-03-07 07:03:49','2020-03-07 12:03:49','[kc_row use_container=\"yes\" _id=\"260426\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"159255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"171693\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"696289\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"462894\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"848238\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"881602\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"992873\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"94565\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"723618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"378033\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 72px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"414051\" images=\"8996\" type=\"grid\" click_action=\"none\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"453476\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"358610\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"881981\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"573433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"262907\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"744233\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"928052\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"265658\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"425535\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"339410\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"657091\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"433170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"484411\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"189827\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"226898\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"981531\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"700055\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"428691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"871741\"][kc_row_inner _id=\"471279\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"435860\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"333285\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"410041\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"76501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"936690\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"643085\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"839551\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"152114\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"498465\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"644588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"721628\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"192424\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"22659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"481655\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"500280\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"26940\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"484491\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"821588\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"588968\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"938120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"416436\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"622854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"841906\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"823548\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"687865\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"892764\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"558253\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"663409\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"490481\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"848517\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"67470\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"202353\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"366855\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"767961\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"248352\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"657266\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"712902\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"135362\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"144808\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"444907\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"935883\"][kc_column_inner# width=\"50%\" _id=\"325861\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"484857\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"779982\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"956556\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"626337\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"181684\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"537333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"720579\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"433803\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"734248\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"215897\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"82343\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"60637\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"770351\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"646258\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"376080\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361393\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"426920\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"836705\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"616467\"][/kc_column][kc_column width=\"50%\" _id=\"245864\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"86393\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"396786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"620018\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"939927\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"108532\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"454234\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 07:03:49','2020-03-07 12:03:49','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9018,1,'2020-03-07 20:57:30','2020-03-08 01:57:30','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 10px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"381455\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 20:57:30','2020-03-08 01:57:30','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9041,1,'2023-09-19 11:57:01','2020-03-08 02:26:01',' ','','','publish','closed','closed','','9041','','','2023-09-19 11:57:01','2023-09-19 16:57:01','',0,'https://redpsiju.org/?p=9041',5,'nav_menu_item','',0),(9705,1,'2020-03-22 11:10:17','2020-03-22 16:10:17','','2020','','inherit','open','closed','','2020','','','2020-03-22 11:10:17','2020-03-22 16:10:17','',661,'https://redpsiju.org/wp-content/uploads/2020/03/2020.png',0,'attachment','image/png',0),(9679,1,'2020-03-22 10:20:48','2020-03-22 15:20:48','[kc_row use_container=\"yes\" _id=\"505110\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"629040\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"835861\"][kc_column_inner width=\"33.33%\" _id=\"8693\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"256757\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"713297\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"990813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"81182\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"275362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"259774\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"58579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"392897\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"392372\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"630760\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"276851\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"851161\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"664857\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"38993\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"438601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"956987\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"651278\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"892935\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"155295\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"934802\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"656789\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:20:48','2020-03-22 15:20:48','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9019,1,'2020-03-07 20:57:33','2020-03-08 01:57:33','[kc_row use_container=\"yes\" _id=\"832416\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"618798\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"597304\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"92541\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"367486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"342775\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"409151\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"753031\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"189972\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690994\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"305291\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 10px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"216213\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"684432\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"888697\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"96536\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"734359\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"858857\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"609589\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"116340\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"124966\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"180661\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"937587\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"395435\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"477721\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"386384\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"675812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"300674\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"208947\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"571565\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"829390\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527218\"][kc_row_inner _id=\"775007\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"32899\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"431496\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"371406\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"702767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"285520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"216981\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"67726\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"70328\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"748342\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"449736\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"195522\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"3772\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"455936\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"2433\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"650102\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"831383\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935893\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"312190\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"252798\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"103465\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"966858\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"877044\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"648522\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"30701\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"646411\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"702623\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"299855\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"123420\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"205191\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"193668\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"883457\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"603191\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"143646\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"608040\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"905601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"331252\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"68248\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"126118\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"131072\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"757132\"][kc_column_inner# width=\"50%\" _id=\"709767\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"353899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"327605\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"232425\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"484106\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"388039\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"277811\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"19794\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"375202\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"937288\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"29830\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"652614\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"576192\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"689310\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"886205\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"242069\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"874607\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"496234\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"175728\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"828661\"][/kc_column][kc_column width=\"50%\" _id=\"234364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"403836\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"644715\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"830774\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"700646\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"737412\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"650414\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 20:57:33','2020-03-08 01:57:33','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9021,1,'2020-03-07 21:02:41','2020-03-08 02:02:41','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 10px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"381455\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 21:02:41','2020-03-08 02:02:41','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9022,1,'2020-03-07 21:02:42','2020-03-08 02:02:42','[kc_row use_container=\"yes\" _id=\"832416\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"618798\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"597304\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"92541\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"367486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"342775\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"409151\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"753031\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"189972\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690994\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"305291\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 10px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"216213\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"684432\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"888697\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"96536\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"734359\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"858857\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"609589\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"116340\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"124966\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"180661\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"937587\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"395435\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"477721\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"386384\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"675812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"300674\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"208947\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"571565\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"829390\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527218\"][kc_row_inner _id=\"775007\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"32899\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"431496\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"371406\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"702767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"285520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"216981\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"67726\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"70328\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"748342\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"449736\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"195522\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"3772\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"455936\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"2433\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"650102\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"831383\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935893\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"312190\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"252798\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"103465\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"966858\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"877044\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"648522\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"30701\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"646411\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"702623\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"299855\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"123420\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"205191\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"193668\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"883457\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"603191\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"143646\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"608040\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"905601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"331252\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"68248\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"126118\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"131072\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"757132\"][kc_column_inner# width=\"50%\" _id=\"709767\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"353899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"327605\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"232425\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"484106\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"388039\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"277811\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"19794\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"375202\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"937288\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"29830\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"652614\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"576192\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"689310\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"886205\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"242069\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"874607\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"496234\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"175728\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"828661\"][/kc_column][kc_column width=\"50%\" _id=\"234364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"403836\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"644715\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"830774\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"700646\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"737412\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"650414\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 21:02:42','2020-03-08 02:02:42','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9023,1,'2020-03-07 21:04:16','2020-03-08 02:04:16','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 10px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"381455\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 21:04:16','2020-03-08 02:04:16','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9024,1,'2020-03-07 21:04:18','2020-03-08 02:04:18','[kc_row use_container=\"yes\" _id=\"832416\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"618798\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"597304\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"92541\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"367486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"342775\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"409151\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"753031\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"189972\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690994\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"305291\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"216213\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"684432\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"888697\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"96536\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"734359\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"858857\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"609589\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"116340\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"124966\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"180661\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"937587\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"395435\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"477721\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"386384\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"675812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"300674\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"208947\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"571565\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"829390\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527218\"][kc_row_inner _id=\"775007\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"32899\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"431496\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"371406\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"702767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"285520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"216981\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"67726\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"70328\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"748342\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"449736\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"195522\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"3772\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"455936\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"2433\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"650102\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"831383\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935893\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"312190\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"252798\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"103465\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"966858\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"877044\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"648522\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"30701\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"646411\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"702623\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"299855\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"123420\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"205191\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"193668\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"883457\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"603191\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"143646\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"608040\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"905601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"331252\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"68248\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"126118\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"131072\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"757132\"][kc_column_inner# width=\"50%\" _id=\"709767\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"353899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"327605\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"232425\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"484106\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"388039\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"277811\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"19794\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"375202\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"937288\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"29830\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"652614\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"576192\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"689310\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"886205\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"242069\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"874607\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"496234\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"175728\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"828661\"][/kc_column][kc_column width=\"50%\" _id=\"234364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"403836\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"644715\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"830774\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"700646\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"737412\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"650414\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 21:04:18','2020-03-08 02:04:18','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9025,1,'2020-03-07 21:04:58','2020-03-08 02:04:58','[kc_row use_container=\"yes\" _id=\"681556\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"142819\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"309465\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"258396\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"714518\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"46998\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"825196\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"504144\" image_source=\"media_library\" image=\"8974\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"504315\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`10px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"456783\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"345548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 10px inherit`,`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"198762\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"381455\" image_source=\"media_library\" image=\"9006\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"68426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"772581\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"410618\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"392984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"579130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"677533\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101845\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"104113\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"810977\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"135883\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"381169\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"428926\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"952150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"312823\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"856096\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"993662\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"18639\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"946246\"][kc_row_inner _id=\"19671\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"489635\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"777713\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"831722\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"453748\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"767010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"924909\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"674184\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"391120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"332203\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"640682\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"396323\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"771279\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"589682\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"128886\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"274200\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"764708\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"82403\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"137526\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"464120\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"538424\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"748249\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"41680\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"233259\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"898991\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"843064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"567066\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"434119\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"863833\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"720786\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"119120\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"625800\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"781340\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"657386\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"93890\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"455085\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"170547\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"490352\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"916029\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"135778\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"152429\"][kc_column_inner# width=\"50%\" _id=\"891476\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"725325\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"253692\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"694593\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"745742\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"441334\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"128333\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"562187\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"571696\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"267265\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"107285\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"508870\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"950087\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"889369\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"990007\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"899530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"604826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"700209\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"314886\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"409549\"][/kc_column][kc_column width=\"50%\" _id=\"418941\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"944306\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"981957\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"542035\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"486655\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"433226\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"932034\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 21:04:58','2020-03-08 02:04:58','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9026,1,'2020-03-07 21:04:59','2020-03-08 02:04:59','[kc_row use_container=\"yes\" _id=\"832416\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"618798\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"597304\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"92541\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"367486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"342775\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"409151\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"753031\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"189972\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690994\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"305291\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"216213\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"684432\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"888697\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"96536\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"734359\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"858857\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"609589\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"116340\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"124966\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"180661\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"937587\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"395435\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"477721\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"386384\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"675812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"300674\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"208947\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"571565\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"829390\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527218\"][kc_row_inner _id=\"775007\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"32899\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"431496\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"371406\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"702767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"285520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"216981\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"67726\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"70328\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"748342\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"449736\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"195522\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"3772\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"455936\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"2433\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"650102\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"831383\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935893\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"312190\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"252798\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"103465\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"966858\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"877044\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"648522\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"30701\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"646411\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"702623\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"299855\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"123420\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"205191\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"193668\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"883457\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"603191\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"143646\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"608040\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"905601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"331252\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"68248\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"126118\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"131072\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"757132\"][kc_column_inner# width=\"50%\" _id=\"709767\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"353899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"327605\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"232425\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"484106\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"388039\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"277811\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"19794\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"375202\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"937288\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"29830\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"652614\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"576192\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"689310\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"886205\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"242069\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"874607\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"496234\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"175728\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"828661\"][/kc_column][kc_column width=\"50%\" _id=\"234364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"403836\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"644715\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"830774\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"700646\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"737412\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"650414\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Home','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 21:04:59','2020-03-08 02:04:59','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9033,1,'2020-03-07 21:10:11','2020-03-08 02:10:11','[kc_row use_container=\"yes\" _id=\"832416\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"618798\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"597304\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"92541\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"367486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"342775\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"409151\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"753031\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"189972\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690994\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"305291\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"216213\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"684432\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"888697\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"96536\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"734359\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"858857\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"609589\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"116340\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"124966\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"180661\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"937587\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"395435\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"477721\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"386384\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"675812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"300674\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"208947\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"571565\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"829390\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527218\"][kc_row_inner _id=\"775007\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"32899\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"431496\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"371406\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"702767\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"285520\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"216981\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"67726\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"70328\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"748342\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"449736\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"195522\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"3772\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"455936\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"2433\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"650102\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"831383\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935893\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"312190\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"252798\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"103465\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"966858\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"877044\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"648522\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"30701\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"646411\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"702623\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"299855\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"123420\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"205191\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"193668\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"883457\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"603191\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"143646\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"608040\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"905601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"331252\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"68248\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"126118\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"131072\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"757132\"][kc_column_inner# width=\"50%\" _id=\"709767\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"353899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"327605\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"232425\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"484106\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"388039\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"277811\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"19794\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"375202\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"937288\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"29830\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"652614\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"576192\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"689310\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"886205\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"242069\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"874607\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"496234\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"175728\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"828661\"][/kc_column][kc_column width=\"50%\" _id=\"234364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"403836\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"644715\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"830774\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"700646\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"737412\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"650414\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 21:10:11','2020-03-08 02:10:11','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9027,1,'2020-03-07 21:07:12','2020-03-08 02:07:12','[kc_row use_container=\"yes\" _id=\"902505\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"696655\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"104633\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"581063\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"500165\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"262775\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"984365\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"229133\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"65096\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"527944\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"248142\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"498986\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"991768\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"154693\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"629624\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"39505\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"112665\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"505799\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"363335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"291520\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"699502\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"47122\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"729712\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"450856\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"807434\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"725363\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"63921\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"2162\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"975066\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"772911\"][kc_column_inner width=\"50%\" _id=\"386872\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"880811\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"350244\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"688521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"307270\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"826588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"167889\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"513517\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"35950\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"753728\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"819677\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"206856\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"208122\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"386471\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"975438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"107008\"][kc_column_inner width=\"16.66%\" _id=\"355213\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"607713\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"40196\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"748377\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"598486\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"250357\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"863459\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"839067\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637928\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"752269\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"303723\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"385381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"50302\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"113557\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"228157\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"487756\"][kc_column_inner width=\"40.85%\" _id=\"626623\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"566344\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"929654\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"864250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"596730\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"760132\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"463762\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"121494\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"845651\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"851968\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"237829\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"223323\"][kc_column_inner# width=\"33.33%\" _id=\"115277\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"661642\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"461647\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"616975\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"526517\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"354790\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-07 21:07:12','2020-03-08 02:07:12','',239,'https://redpsiju.org/2020/03/07/239-revision-v1/',0,'revision','',0),(9028,1,'2020-03-07 21:07:13','2020-03-08 02:07:13','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\r\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-07 21:07:13','2020-03-08 02:07:13','',239,'https://redpsiju.org/2020/03/07/239-revision-v1/',0,'revision','',0),(9124,1,'2020-03-12 03:42:46','2020-03-12 08:42:46','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"724901\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"523830\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"272863\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"301788\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"731954\"][kc_column_inner width=\"40.85%\" _id=\"114892\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"27243\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"983318\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"619796\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"757079\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"612123\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"716415\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"134492\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"171491\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"876557\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"775042\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"350462\"][kc_column_inner# width=\"33.33%\" _id=\"403924\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"712261\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"660777\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"600259\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"258152\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"995614\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:42:46','2020-03-12 08:42:46','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9122,1,'2020-03-12 03:41:25','2020-03-12 08:41:25','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"724901\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"523830\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"272863\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"301788\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"731954\"][kc_column_inner width=\"40.85%\" _id=\"114892\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"27243\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"983318\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"619796\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"757079\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"612123\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"716415\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"134492\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"171491\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"876557\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"775042\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"350462\"][kc_column_inner# width=\"33.33%\" _id=\"403924\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"712261\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"660777\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"600259\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"258152\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"995614\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:41:25','2020-03-12 08:41:25','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9121,1,'2020-03-12 03:41:23','2020-03-12 08:41:23','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:41:23','2020-03-12 08:41:23','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9842,1,'2021-01-09 09:42:12','2021-01-09 14:42:12','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9841,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9841\"/><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Instituto Iberoamericano de Criminología (se abre en una nueva pestaña)\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:42:12','2021-01-09 14:42:12','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0),(9823,1,'2021-01-09 09:17:05','2021-01-09 14:17:05','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Williams Aguilar Mendoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Instituto Iberoamericano de Criminología (se abre en una nueva pestaña)\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:17:05','2021-01-09 14:17:05','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0),(9822,1,'2021-01-09 09:16:18','2021-01-09 14:16:18','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Williams Aguilar Mendoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de P</a><a rel=\"noreferrer noopener\" aria-label=\"sicólogos Jurídicos de México A.C. (se abre en una nueva pestaña)\" href=\"https://web.facebook.com/ICPJM\" target=\"_blank\">sicólogos Jurídicos de México A.C.</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Instituto Iberoamericano de Criminología (se abre en una nueva pestaña)\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:16:18','2021-01-09 14:16:18','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0),(9801,1,'2020-12-17 18:18:42','2020-12-17 23:18:42','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Argentina de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Argentina de Psicología Jurídica y Forense</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Peruana de Psicología Jurídica y Forense  (se abre en una nueva pestaña)\">Asociación Peruana de Psicología Jurídica y Forense </a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la <a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Brasilera de Psicología Jurídica (se abre en una nueva pestaña)\">Asociación Brasilera de Psicología Jurídica</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gabriela Coros de la Piedra  (se abre en una nueva pestaña)\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Bernat-N Tiffón (se abre en una nueva pestaña)\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:18:42','2020-12-17 23:18:42','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9803,1,'2020-12-17 18:26:12','2020-12-17 23:26:12','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption> <strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9279,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9278,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:26:12','2020-12-17 23:26:12','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9802,1,'2020-12-17 18:21:30','2020-12-17 23:21:30','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption> <strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Argentina de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Argentina de Psicología Jurídica y Forense</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Peruana de Psicología Jurídica y Forense  (se abre en una nueva pestaña)\">Asociación Peruana de Psicología Jurídica y Forense </a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la <a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Brasilera de Psicología Jurídica (se abre en una nueva pestaña)\">Asociación Brasilera de Psicología Jurídica</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gabriela Coros de la Piedra  (se abre en una nueva pestaña)\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Bernat-N Tiffón (se abre en una nueva pestaña)\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:21:30','2020-12-17 23:21:30','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9031,1,'2020-03-07 21:08:44','2020-03-08 02:08:44','[kc_row use_container=\"yes\" _id=\"683173\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"449828\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"272098\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"374457\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"262983\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"17112\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"962638\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"656425\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"337292\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"981970\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"467871\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"830612\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"638256\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"5787\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"235723\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"383430\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"844634\"][kc_column_inner width=\"50%\" _id=\"64239\"][kc_accordion _id=\"723765\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"316118\"][kc_column_text _id=\"527502\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"251233\"][kc_column_text _id=\"208372\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"655384\"][kc_column_text _id=\"271100\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"847576\"][kc_accordion _id=\"928755\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"915769\"][kc_column_text _id=\"37557\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"378935\"][kc_column_text _id=\"658904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"518669\"][kc_column_text _id=\"572149\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"226370\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"650717\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"335061\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"603528\"][kc_column_inner width=\"16.66%\" _id=\"677823\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"369607\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"795990\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"252866\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"223903\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"866526\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"213508\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"180195\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"768204\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"147596\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"589611\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"173734\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-07 21:08:44','2020-03-08 02:08:44','',416,'https://redpsiju.org/2020/03/07/416-revision-v1/',0,'revision','',0),(9341,1,'2020-03-14 19:36:25','2020-03-15 00:36:25','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:36:25','2020-03-15 00:36:25','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9032,1,'2020-03-07 21:08:45','2020-03-08 02:08:45','[kc_row use_container=\"yes\" _id=\"420478\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"966887\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"238861\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"20781\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"346279\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>\r\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.</p>\r\n[/kc_column_text][kc_row_inner _id=\"730193\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"907058\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"562215\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"64891\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"740113\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634761\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"173217\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"353514\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"923533\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"334203\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"275119\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"578384\"][kc_column_inner width=\"50%\" _id=\"29760\"][kc_accordion _id=\"904640\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"918133\"][kc_column_text _id=\"716692\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"848107\"][kc_column_text _id=\"254425\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"340354\"][kc_column_text _id=\"959045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"862688\"][kc_accordion _id=\"375725\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"973875\"][kc_column_text _id=\"870702\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"814706\"][kc_column_text _id=\"567885\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"552953\"][kc_column_text _id=\"661700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"988157\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"547995\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"196024\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"773492\"][kc_column_inner width=\"16.66%\" _id=\"131391\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"379048\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"440501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"85737\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"356133\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"560102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"44698\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"931199\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"170057\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"159887\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"168158\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"14176\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-07 21:08:45','2020-03-08 02:08:45','',416,'https://redpsiju.org/2020/03/07/416-revision-v1/',0,'revision','',0),(9342,1,'2020-03-14 19:36:25','2020-03-15 00:36:25','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" on_click_action=\"lightbox\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_single_image image_size=\"full\" _id=\"179930\" image_source=\"media_library\" image=\"9338\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:36:25','2020-03-15 00:36:25','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9320,1,'2020-03-14 18:57:05','2020-03-14 23:57:05','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:57:05','2020-03-14 23:57:05','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9318,1,'2020-03-14 18:56:24','2020-03-14 23:56:24','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación a través de la virtualidad, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:56:24','2020-03-14 23:56:24','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9038,1,'2020-03-07 21:15:08','2020-03-08 02:15:08','[kc_row use_container=\"yes\" _id=\"420478\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"966887\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"238861\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"20781\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"346279\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"730193\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"907058\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"562215\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"64891\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"740113\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"634761\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"173217\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"353514\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"923533\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"334203\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"275119\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"578384\"][kc_column_inner width=\"50%\" _id=\"29760\"][kc_accordion _id=\"904640\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"918133\"][kc_column_text _id=\"716692\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"848107\"][kc_column_text _id=\"254425\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"340354\"][kc_column_text _id=\"959045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"862688\"][kc_accordion _id=\"375725\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"973875\"][kc_column_text _id=\"870702\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"814706\"][kc_column_text _id=\"567885\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"552953\"][kc_column_text _id=\"661700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"988157\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"547995\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"196024\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"773492\"][kc_column_inner width=\"16.66%\" _id=\"131391\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"379048\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"440501\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"85737\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"356133\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"560102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"44698\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"931199\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"170057\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"159887\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"168158\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"14176\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-07 21:15:08','2020-03-08 02:15:08','',416,'https://redpsiju.org/2020/03/07/416-revision-v1/',0,'revision','',0),(9034,1,'2020-03-07 21:10:12','2020-03-08 02:10:12','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 21:10:12','2020-03-08 02:10:12','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9049,1,'2020-03-07 22:54:55','2020-03-08 03:54:55','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 22:54:55','2020-03-08 03:54:55','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9035,1,'2020-03-07 21:11:34','2020-03-08 02:11:34','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-1413381{width: 100%;}body.kc-css-system .kc-css-1316027{width: 44.85%;}body.kc-css-system .kc-css-2236126{width: 9.17%;}body.kc-css-system .kc-css-4021085{width: 45.95%;}body.kc-css-system .kc-css-2434181{width: 33.33%;}body.kc-css-system .kc-css-2288945{width: 33.33%;}body.kc-css-system .kc-css-402640{width: 33.33%;}body.kc-css-system .kc-css-3427407{width: 50%;}body.kc-css-system .kc-css-1344155{width: 50%;}body.kc-css-system .kc-css-1169357{width: 100%;}body.kc-css-system .kc-css-77863{width: 33.33%;}body.kc-css-system .kc-css-485104{width: 33.33%;}body.kc-css-system .kc-css-2489009{width: 33.33%;}body.kc-css-system .kc-css-2528814{width: 16.66%;}body.kc-css-system .kc-css-1167582{width: 16.66%;}body.kc-css-system .kc-css-2280601{width: 16.66%;}body.kc-css-system .kc-css-1591916{width: 16.66%;}body.kc-css-system .kc-css-2732919{width: 16.66%;}body.kc-css-system .kc-css-1915899{width: 16.66%;}body.kc-css-system .kc-css-765406{width: 100%;}body.kc-css-system .kc-css-239684{width: 40.85%;}body.kc-css-system .kc-css-1302641{width: 9.52%;}body.kc-css-system .kc-css-3767831{width: 49.54%;}body.kc-css-system .kc-css-2448963{width: 33.33%;}body.kc-css-system .kc-css-1431972{width: 33.33%;}body.kc-css-system .kc-css-3458553{width: 33.33%;}body.kc-css-system .kc-css-1585315{width: 33.33%;}body.kc-css-system .kc-css-1229097{width: 33.33%;}body.kc-css-system .kc-css-1204269{width: 33.33%;}}body.kc-css-system .kc-css-3181168{background: transparent url(https://demo.detheme.com/vastart-digital-startup-dummy/wp-content/uploads/sites/94/2019/08/3840x2060.png) center center/cover no-repeat scroll;padding-top: 96px;padding-bottom: 36px;}body.kc-css-system .kc-css-2278996.kc_title,body.kc-css-system .kc-css-2278996 .kc_title,body.kc-css-system .kc-css-2278996 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 12px;}body.kc-css-system .kc-css-884201.kc_title,body.kc-css-system .kc-css-884201 .kc_title,body.kc-css-system .kc-css-884201 .kc_title a.kc_title_link{font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2223972{margin-bottom: 36px;}body.kc-css-system .kc-css-1316027{width: 48%;}body.kc-css-system .kc-css-2639762 ,body.kc-css-system .kc-css-2639762 p{color: #333333;font-family: Merriweather;font-size: 18px;line-height: 27px;font-style: italic;}body.kc-css-system .kc-css-2639762{;}body.kc-css-system .kc-css-2639762 p{margin-bottom: 12px;}body.kc-css-system .kc-css-2236126{padding-right: 0px;padding-left: 0px;width: 4%;}body.kc-css-system .kc-css-4021085{width: 48%;}body.kc-css-system .kc-css-4336325 .divider_inner{border-color: #aeaeae;border-style: dashed;border-width: 1px;}body.kc-css-system .kc-css-4336325{margin-top: 0px;margin-bottom: 0px;}body.kc-css-system .kc-css-3365495{margin-top: 48px;}body.kc-css-system .kc-css-2434181{padding-right: 24px;padding-left: 24px;}body.kc-css-system .kc-css-2065858 i{color: #405ef3;font-size: 52px;}body.kc-css-system .kc-css-2065858{text-align: center;}body.kc-css-system .kc-css-3753006 h4{color: #333333;font-family: Montserrat;font-size: 16px;line-height: 24px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-3753006 .counterup{color: #333333;font-family: Montserrat;font-size: 52px;line-height: 60px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-3001902 ,body.kc-css-system .kc-css-3001902 p{font-style: italic;}body.kc-css-system .kc-css-2288945{padding-right: 24px;padding-left: 24px;border-right: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;;}body.kc-css-system .kc-css-423867 i{color: #405ef3;font-size: 52px;}body.kc-css-system .kc-css-423867{text-align: center;}body.kc-css-system .kc-css-1159438 h4{color: #333333;font-family: Montserrat;font-size: 16px;line-height: 24px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-1159438 .counterup{color: #333333;font-family: Montserrat;font-size: 52px;line-height: 60px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-2830511 ,body.kc-css-system .kc-css-2830511 p{font-style: italic;}body.kc-css-system .kc-css-402640{padding-right: 24px;padding-left: 24px;}body.kc-css-system .kc-css-1612635 i{color: #405ef3;font-size: 52px;}body.kc-css-system .kc-css-1612635{text-align: center;}body.kc-css-system .kc-css-604942 h4{color: #333333;font-family: Montserrat;font-size: 16px;line-height: 24px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-604942 .counterup{color: #333333;font-family: Montserrat;font-size: 52px;line-height: 60px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-3463531 ,body.kc-css-system .kc-css-3463531 p{font-style: italic;}body.kc-css-system .kc-css-3427407{padding-right: 144px;padding-left: 144px;}body.kc-css-system .kc-css-2030675 h4{color: #333333;font-family: Montserrat;font-size: 16px;line-height: 24px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-2030675 .counterup{color: #333333;font-family: Montserrat;font-size: 36px;line-height: 41px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-1350243 ,body.kc-css-system .kc-css-1350243 p{font-style: italic;}body.kc-css-system .kc-css-1344155{padding-right: 144px;padding-left: 144px;}body.kc-css-system .kc-css-2891842 h4{color: #333333;font-family: Montserrat;font-size: 16px;line-height: 24px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-2891842 .counterup{color: #333333;font-family: Montserrat;font-size: 36px;line-height: 41px;font-weight: 800;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-3551181 ,body.kc-css-system .kc-css-3551181 p{font-style: italic;}body.kc-css-system .kc-css-2637148{margin-top: 48px;}body.kc-css-system .kc-css-3998141.kc_title,body.kc-css-system .kc-css-3998141 .kc_title,body.kc-css-system .kc-css-3998141 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-511026.kc_title,body.kc-css-system .kc-css-511026 .kc_title,body.kc-css-system .kc-css-511026 .kc_title a.kc_title_link{font-weight: 800;text-transform: capitalize;text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-828194{margin-bottom: 24px;}body.kc-css-system .kc-css-4170655 ,body.kc-css-system .kc-css-4170655 p{text-align: center;}body.kc-css-system .kc-css-2528814{padding-right: 0px;padding-left: 0px;}body.kc-css-system .kc-css-1879768 .content-title{font-family: Montserrat;font-weight: 800;text-transform: capitalize;}body.kc-css-system .kc-css-1879768 .content-desc{color: #ffffff;}body.kc-css-system .kc-css-1879768 i{color: #ffffff;background-color: rgba(255, 255, 255, 0);font-size: 22px;line-height: 60px;height: 60px;width: 60px;}body.kc-css-system .kc-css-1879768 .overlay-effects{background-color: rgba(64, 94, 243, 0.80);padding: 24px 24px 24px 24px;}body.kc-css-system .kc-css-1167582{padding-right: 0px;padding-left: 0px;}body.kc-css-system .kc-css-455512 .content-title{font-family: Montserrat;font-weight: 800;text-transform: capitalize;}body.kc-css-system .kc-css-455512 .content-desc{color: #ffffff;}body.kc-css-system .kc-css-455512 i{color: #ffffff;background-color: rgba(255, 255, 255, 0);font-size: 22px;line-height: 60px;height: 60px;width: 60px;}body.kc-css-system .kc-css-455512 .overlay-effects{background-color: rgba(64, 94, 243, 0.80);padding: 24px 24px 24px 24px;}body.kc-css-system .kc-css-2280601{padding-right: 0px;padding-left: 0px;}body.kc-css-system .kc-css-2353314 .content-title{font-family: Montserrat;font-weight: 800;text-transform: capitalize;}body.kc-css-system .kc-css-2353314 .content-desc{color: #ffffff;}body.kc-css-system .kc-css-2353314 i{color: #ffffff;background-color: rgba(255, 255, 255, 0);font-size: 22px;line-height: 60px;height: 60px;width: 60px;}body.kc-css-system .kc-css-2353314 .overlay-effects{background-color: rgba(64, 94, 243, 0.80);padding: 24px 24px 24px 24px;}body.kc-css-system .kc-css-1591916{padding-right: 0px;padding-left: 0px;}body.kc-css-system .kc-css-748864 .content-title{font-family: Montserrat;font-weight: 800;text-transform: capitalize;}body.kc-css-system .kc-css-748864 .content-desc{color: #ffffff;}body.kc-css-system .kc-css-748864 i{color: #ffffff;background-color: rgba(255, 255, 255, 0);font-size: 22px;line-height: 60px;height: 60px;width: 60px;}body.kc-css-system .kc-css-748864 .overlay-effects{background-color: rgba(64, 94, 243, 0.80);padding: 24px 24px 24px 24px;}body.kc-css-system .kc-css-2732919{padding-right: 0px;padding-left: 0px;}body.kc-css-system .kc-css-3181516 .content-title{font-family: Montserrat;font-weight: 800;text-transform: capitalize;}body.kc-css-system .kc-css-3181516 .content-desc{color: #ffffff;}body.kc-css-system .kc-css-3181516 i{color: #ffffff;background-color: rgba(255, 255, 255, 0);font-size: 22px;line-height: 60px;height: 60px;width: 60px;}body.kc-css-system .kc-css-3181516 .overlay-effects{background-color: rgba(64, 94, 243, 0.80);padding: 24px 24px 24px 24px;}body.kc-css-system .kc-css-1915899{padding-right: 0px;padding-left: 0px;}body.kc-css-system .kc-css-3314826 .content-title{font-family: Montserrat;font-weight: 800;text-transform: capitalize;}body.kc-css-system .kc-css-3314826 .content-desc{color: #ffffff;}body.kc-css-system .kc-css-3314826 i{color: #ffffff;background-color: rgba(255, 255, 255, 0);font-size: 22px;line-height: 60px;height: 60px;width: 60px;}body.kc-css-system .kc-css-3314826 .overlay-effects{background-color: rgba(64, 94, 243, 0.80);padding: 24px 24px 24px 24px;}body.kc-css-system .kc-css-2282799{padding-top: 96px;padding-bottom: 72px;}body.kc-css-system .kc-css-3251688.kc_title,body.kc-css-system .kc-css-3251688 .kc_title,body.kc-css-system .kc-css-3251688 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 12px;}body.kc-css-system .kc-css-1347959.kc_title,body.kc-css-system .kc-css-1347959 .kc_title,body.kc-css-system .kc-css-1347959 .kc_title a.kc_title_link{font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-943980{margin-bottom: 48px;}@media only screen and (max-width: 1024px){body.kc-css-system .kc-css-2528814{width: 33.3333%;}body.kc-css-system .kc-css-1167582{width: 33.3333%;}body.kc-css-system .kc-css-2280601{width: 33.3333%;}body.kc-css-system .kc-css-1591916{width: 33.3333%;}body.kc-css-system .kc-css-2732919{width: 33.3333%;}body.kc-css-system .kc-css-1915899{width: 33.3333%;}}@media only screen and (max-width: 999px){body.kc-css-system .kc-css-3427407{padding-right: 48px;padding-left: 48px;}body.kc-css-system .kc-css-1344155{padding-right: 48px;padding-left: 48px;}body.kc-css-system .kc-css-239684{width: 100%;}body.kc-css-system .kc-css-1302641{width: 100%;}body.kc-css-system .kc-css-3767831{width: 100%;}}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-1316027{width: 100%;}body.kc-css-system .kc-css-2236126{width: 0%;}body.kc-css-system .kc-css-4021085{width: 100%;}body.kc-css-system .kc-css-3001902 p{margin-bottom: 24px;}body.kc-css-system .kc-css-2288945{border-right: 1px hidden rgba(255, 255, 255, 0);border-left: 1px hidden rgba(255, 255, 255, 0);;}body.kc-css-system .kc-css-2830511 p{margin-bottom: 24px;}body.kc-css-system .kc-css-3463531 p{margin-bottom: 24px;}body.kc-css-system .kc-css-3427407{padding-right: 48px;padding-left: 48px;}body.kc-css-system .kc-css-1350243 p{margin-bottom: 24px;}body.kc-css-system .kc-css-1344155{padding-right: 48px;padding-left: 48px;}body.kc-css-system .kc-css-3551181 p{margin-bottom: 24px;}body.kc-css-system .kc-css-77863{width: 10%;}body.kc-css-system .kc-css-485104{width: 80%;}body.kc-css-system .kc-css-2489009{width: 10%;}body.kc-css-system .kc-css-2528814{width: 50%;}body.kc-css-system .kc-css-1167582{width: 50%;}body.kc-css-system .kc-css-2280601{width: 50%;}body.kc-css-system .kc-css-1591916{width: 50%;}body.kc-css-system .kc-css-2732919{width: 50%;}body.kc-css-system .kc-css-1915899{width: 50%;}body.kc-css-system .kc-css-239684{width: 100%;}body.kc-css-system .kc-css-2669080 p{margin-bottom: 48px;}body.kc-css-system .kc-css-943980{margin-bottom: 0px;}body.kc-css-system .kc-css-3403724{text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-3254123{text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-1894041{text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-59721{text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-3442048{text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-1661574{text-align: center;margin-bottom: 24px;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-2278996.kc_title,body.kc-css-system .kc-css-2278996 .kc_title,body.kc-css-system .kc-css-2278996 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-884201.kc_title,body.kc-css-system .kc-css-884201 .kc_title,body.kc-css-system .kc-css-884201 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-2434181{margin-bottom: 24px;}body.kc-css-system .kc-css-2288945{margin-bottom: 24px;border-right: 1px solid rgba(255, 255, 255, 0);border-left: 1px solid rgba(255, 255, 255, 0);;}body.kc-css-system .kc-css-3998141.kc_title,body.kc-css-system .kc-css-3998141 .kc_title,body.kc-css-system .kc-css-3998141 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-511026.kc_title,body.kc-css-system .kc-css-511026 .kc_title,body.kc-css-system .kc-css-511026 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-2528814{width: 100%;}body.kc-css-system .kc-css-1167582{width: 100%;}body.kc-css-system .kc-css-2280601{width: 100%;}body.kc-css-system .kc-css-1591916{width: 100%;}body.kc-css-system .kc-css-2732919{width: 100%;}body.kc-css-system .kc-css-1915899{width: 100%;}body.kc-css-system .kc-css-3251688.kc_title,body.kc-css-system .kc-css-3251688 .kc_title,body.kc-css-system .kc-css-3251688 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1347959.kc_title,body.kc-css-system .kc-css-1347959 .kc_title,body.kc-css-system .kc-css-1347959 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-2669080 p{margin-bottom: 48px;}}</style><section data-kc-fullwidth=\"row\" class=\"kc-elm kc-css-3181168 kc_row\"><div class=\"kc-row-container  kc-container\"><div class=\"kc-wrap-columns\"><div class=\"kc-elm kc-css-1413381 kc_col-sm-12 kc_column kc_col-sm-12\"><div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-2278996 kc-title-wrap \">\n\n	<h4 class=\"kc_title\">Experts in Field</h4>\n</div>\n\n<div class=\"kc-elm kc-css-884201 kc-title-wrap \">\n\n	<h2 class=\"kc_title\">About Our Company</h2>\n</div>\n<div class=\"kc-elm kc-css-2223972 kc_row kc_row_inner\"><div class=\"kc-elm kc-css-1316027 kc_col-sm-5 kc_column_inner kc_col-sm-5\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-2639762 kc_text_block\"><p>\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\n</div><div class=\"kc-elm kc-css-469995 kc_text_block\"><p>\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.</p>\n</div></div></div><div class=\"kc-elm kc-css-2236126 kc_col-sm-1 kc_column_inner kc_col-sm-1\"><div class=\"kc_wrapper kc-col-inner-container\"></div></div><div class=\"kc-elm kc-css-4021085 kc_col-sm-5 kc_column_inner kc_col-sm-5\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-441969 kc_text_block\"><p>\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.</p>\n</div></div></div></div>\n<div class=\"kc-elm kc-css-4336325 divider_line\">\n	<div class=\"divider_inner divider_line1\">\n			</div>\n</div>\n<div class=\"kc-elm kc-css-3365495 kc_row kc_row_inner\"><div class=\"kc-elm kc-css-2434181 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-2065858 kc-icon-wrapper\">\n		<i class=\"sl-badge\"></i>\n	</div>\n<div class=\"kc-elm kc-css-2720407\" style=\"height: 24px; clear: both; width:100%;\"></div>\n<div class=\"kc-elm kc-css-3753006 kc-animate-speed-1s kc_counter_box\">\n		<span class=\"counterup\">289</span>\n	<h4>Global Partners</h4></div>\n<div class=\"kc-elm kc-css-3001902 kc_text_block\"><p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n</div></div></div><div class=\"kc-elm kc-css-2288945 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-423867 kc-icon-wrapper\">\n		<i class=\"sl-globe\"></i>\n	</div>\n<div class=\"kc-elm kc-css-1208766\" style=\"height: 24px; clear: both; width:100%;\"></div>\n<div class=\"kc-elm kc-css-1159438 kc-animate-speed-1s kc_counter_box\">\n		<span class=\"counterup\">86</span>\n	<h4>Satisfied Clients</h4></div>\n<div class=\"kc-elm kc-css-2830511 kc_text_block\"><p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n</div></div></div><div class=\"kc-elm kc-css-402640 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-1612635 kc-icon-wrapper\">\n		<i class=\"sl-flag\"></i>\n	</div>\n<div class=\"kc-elm kc-css-1190069\" style=\"height: 24px; clear: both; width:100%;\"></div>\n<div class=\"kc-elm kc-css-604942 kc-animate-speed-1s kc_counter_box\">\n		<span class=\"counterup\">135</span>\n	<h4>Support Heroes</h4></div>\n<div class=\"kc-elm kc-css-3463531 kc_text_block\"><p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n</div></div></div></div><div class=\"kc-elm kc-css-3211755\" style=\"height: 48px; clear: both; width:100%;\"></div><div class=\"kc-elm kc-css-4299110 kc_row kc_row_inner\"><div class=\"kc-elm kc-css-3427407 kc_col-sm-6 kc_column_inner kc_col-sm-6\"><div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-2030675 kc-animate-speed-1s kc_counter_box\">\n		<span class=\"counterup\">239</span>\n	<h4>Clicks</h4></div>\n<div class=\"kc-elm kc-css-1350243 kc_text_block\"><p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n</div></div></div><div class=\"kc-elm kc-css-1344155 kc_col-sm-6 kc_column_inner kc_col-sm-6\"><div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-2891842 kc-animate-speed-1s kc_counter_box\">\n		<span class=\"counterup\">279</span>\n	<h4>Impressions</h4></div>\n<div class=\"kc-elm kc-css-3551181 kc_text_block\"><p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n</div></div></div></div></div></div></div></div></section><section data-kc-fullwidth=\"content\" class=\"kc-elm kc-css-2637148 kc_row\"><div class=\"kc-row-container\"><div class=\"kc-wrap-columns\"><div class=\"kc-elm kc-css-1169357 kc_col-sm-12 kc_column kc_col-sm-12\"><div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3998141 kc-title-wrap \">\n\n	<h4 class=\"kc_title\">worked by expert</h4>\n</div>\n\n<div class=\"kc-elm kc-css-511026 kc-title-wrap \">\n\n	<h2 class=\"kc_title\">Our Team</h2>\n</div>\n<div class=\"kc-elm kc-css-828194 kc_row kc_row_inner\"><div class=\"kc-elm kc-css-77863 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"></div></div><div class=\"kc-elm kc-css-485104 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-4170655 kc_text_block\"><p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n</div></div></div><div class=\"kc-elm kc-css-2489009 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"></div></div></div><div class=\"kc-elm kc-css-2527927 kc_row kc_row_inner\"><div class=\"kc-elm kc-css-2528814 kc_col-sm-2 kc_column_inner kc_col-sm-2\"><div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1879768 kc-image-hover-effects kc-img-effects-2 default\">\n\n	<a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><img src=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1-1024x1024xct.png\" alt=\"\"/></a><a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><div class=\"overlay-effects\"><div class=\"content-title\">Laura Yaren</div><div class=\"content-desc\">CEO of Kergan, a teacher at UC San Diego, a keynote speaker, the 2017 Search Engine Land.</div></div></a>\n</div></div></div><div class=\"kc-elm kc-css-1167582 kc_col-sm-2 kc_column_inner kc_col-sm-2\"><div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-455512 kc-image-hover-effects kc-img-effects-2 default\">\n\n	<a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><img src=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1-1024x1024xct.png\" alt=\"\"/></a><a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><div class=\"overlay-effects\"><div class=\"content-title\">Bernard Cliff</div><div class=\"content-desc\">Co-Founder of Kergan brings a wealth of business, Internet and sales experience to Kergan.</div></div></a>\n</div></div></div><div class=\"kc-elm kc-css-2280601 kc_col-sm-2 kc_column_inner kc_col-sm-2\"><div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-2353314 kc-image-hover-effects kc-img-effects-2 default\">\n\n	<a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><img src=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1-1024x1024xct.png\" alt=\"\"/></a><a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><div class=\"overlay-effects\"><div class=\"content-title\">Michel Conor</div><div class=\"content-desc\">At Kergan, Conor manages the Paid Media department, including process improvement, hiring, training and technology partnerships.</div></div></a>\n</div></div></div><div class=\"kc-elm kc-css-1591916 kc_col-sm-2 kc_column_inner kc_col-sm-2\"><div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-748864 kc-image-hover-effects kc-img-effects-2 default\">\n\n	<a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><img src=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1-1024x1024xct.png\" alt=\"\"/></a><a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><div class=\"overlay-effects\"><div class=\"content-title\">Guaian Lee</div><div class=\"content-desc\">Guaian Lee is one of the premier digital marketing experts in the field.</div></div></a>\n</div></div></div><div class=\"kc-elm kc-css-2732919 kc_col-sm-2 kc_column_inner kc_col-sm-2\"><div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3181516 kc-image-hover-effects kc-img-effects-2 default\">\n\n	<a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><img src=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1-1024x1024xct.png\" alt=\"\"/></a><a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><div class=\"overlay-effects\"><div class=\"content-title\">Sarah Lincoln</div><div class=\"content-desc\">Sarah Lincoln is the Head of Content at Kergan. She coordinates resources and edits content with a passion.</div></div></a>\n</div></div></div><div class=\"kc-elm kc-css-1915899 kc_col-sm-2 kc_column_inner kc_col-sm-2\"><div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3314826 kc-image-hover-effects kc-img-effects-2 default\">\n\n	<a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><img src=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1-1024x1024xct.png\" alt=\"\"/></a><a href=\"https://redpsiju.org/wp-content/uploads/2019/08/356x356-1-1-1.png\" rel=\"prettyPhoto\" class=\"kc-pretty-photo\"><div class=\"overlay-effects\"><div class=\"content-title\">Christ Eliot</div><div class=\"content-desc\">Christ Eliot is a Director of Business Development at Kergan. With 5 years’ experience in the marketing and advertising world.</div></div></a>\n</div></div></div></div></div></div></div></div></section><section data-kc-fullwidth=\"row\" class=\"kc-elm kc-css-2282799 kc_row\"><div class=\"kc-row-container  kc-container\"><div class=\"kc-wrap-columns\"><div class=\"kc-elm kc-css-765406 kc_col-sm-12 kc_column kc_col-sm-12\"><div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3251688 kc-title-wrap \">\n\n	<h4 class=\"kc_title\">as featured in</h4>\n</div>\n\n<div class=\"kc-elm kc-css-1347959 kc-title-wrap \">\n\n	<h2 class=\"kc_title\">Our Partners</h2>\n</div>\n<div class=\"kc-elm kc-css-2773046 kc_row kc_row_inner\"><div class=\"kc-elm kc-css-239684 kc_col-sm-5 kc_column_inner kc_col-sm-5\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-2669080 kc_text_block\"><p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n</div></div></div><div class=\"kc-elm kc-css-1302641 kc_col-sm-1 kc_column_inner kc_col-sm-1\"><div class=\"kc_wrapper kc-col-inner-container\"></div></div><div class=\"kc-elm kc-css-3767831 kc_col-sm-6 kc_column_inner kc_col-sm-6\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-943980 kc_row kc_row_inner\"><div class=\"kc-elm kc-css-2448963 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-3403724 kc_shortcode kc_single_image\">\n\n        <img src=\"https://redpsiju.org/wp-content/uploads/2019/08/150x60-1-1-1.png\" class=\"\" alt=\"\" />    </div>\n</div></div><div class=\"kc-elm kc-css-1431972 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-3254123 kc_shortcode kc_single_image\">\n\n        <img src=\"https://redpsiju.org/wp-content/uploads/2019/08/150x60-1-1-1.png\" class=\"\" alt=\"\" />    </div>\n</div></div><div class=\"kc-elm kc-css-3458553 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-1894041 kc_shortcode kc_single_image\">\n\n        <img src=\"https://redpsiju.org/wp-content/uploads/2019/08/150x60-1-1-1.png\" class=\"\" alt=\"\" />    </div>\n</div></div></div><div class=\"kc-elm kc-css-3062530 kc_row kc_row_inner\"><div class=\"kc-elm kc-css-1585315 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-59721 kc_shortcode kc_single_image\">\n\n        <img src=\"https://redpsiju.org/wp-content/uploads/2019/08/150x60-1-1-1.png\" class=\"\" alt=\"\" />    </div>\n</div></div><div class=\"kc-elm kc-css-1229097 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-3442048 kc_shortcode kc_single_image\">\n\n        <img src=\"https://redpsiju.org/wp-content/uploads/2019/08/150x60-1-1-1.png\" class=\"\" alt=\"\" />    </div>\n</div></div><div class=\"kc-elm kc-css-1204269 kc_col-sm-4 kc_column_inner kc_col-sm-4\"><div class=\"kc_wrapper kc-col-inner-container\"><div class=\"kc-elm kc-css-1661574 kc_shortcode kc_single_image\">\n\n        <img src=\"https://redpsiju.org/wp-content/uploads/2019/08/150x60-1-1-1.png\" class=\"\" alt=\"\" />    </div>\n</div></div></div></div></div></div></div></div></div></div></section>','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-07 21:11:34','2020-03-08 02:11:34','',239,'https://redpsiju.org/2020/03/07/239-revision-v1/',0,'revision','',0),(9952,1,'2022-06-28 08:55:27','2022-06-28 13:55:27','','edgar','','inherit','open','closed','','edgar','','','2022-06-28 08:55:27','2022-06-28 13:55:27','',239,'https://redpsiju.org/wp-content/uploads/2022/06/edgar.png',0,'attachment','image/png',0),(9951,1,'2022-06-28 08:55:24','2022-06-28 13:55:24','','carlos','','inherit','open','closed','','carlos','','','2022-06-28 08:55:24','2022-06-28 13:55:24','',239,'https://redpsiju.org/wp-content/uploads/2022/06/carlos.png',0,'attachment','image/png',0),(9820,1,'2021-01-09 09:10:53','2021-01-09 14:10:53','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Williams Aguilar Mendoza</strong><br>Miembro de la RedPsiju y, Presidente del Ilustre Colegio de Psicólogos Jurídicos de México A.C. </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del Instituto Iberoamericano de Criminología Aplicada</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:10:53','2021-01-09 14:10:53','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0),(9815,1,'2020-12-20 19:49:03','2020-12-21 00:49:03','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption> <strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-20 19:49:03','2020-12-21 00:49:03','',239,'https://redpsiju.org/2020/12/20/239-revision-v1/',0,'revision','',0),(9039,1,'2020-03-07 21:15:09','2020-03-08 02:15:09','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>\r\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.</p>\r\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-07 21:15:09','2020-03-08 02:15:09','',416,'https://redpsiju.org/2020/03/07/416-revision-v1/',0,'revision','',0),(9307,1,'2020-03-14 18:51:27','2020-03-14 23:51:27','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:51:27','2020-03-14 23:51:27','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9043,1,'2020-03-07 21:27:10','2020-03-08 02:27:10','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJodHRwczovL2RlbW8uZGV0aGVtZS5jb20vdmFzdGFydC1kaWdpdGFsLXN0YXJ0dXAtZHVtbXkvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzk0LzIwMTkvMDgvMzg0MHgyMDYwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\nWhether you&#039;re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you&#039;re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI & machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.</p>\r\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nStop spending time on tasks that could be automated. Custify&#039;s playbooks and automation let you free up time to work on what really matters.</p>\r\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nWant to achieve negative churn? It&#039;s only possible by upselling additional services to your existing customers. With Custify, you&#039;ll make your sales team jealous by upselling customers and locking in new revenue.</p>\r\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It&#039;s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Eventos Psi','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-07 21:27:10','2020-03-08 02:27:10','',472,'https://redpsiju.org/2020/03/07/472-revision-v1/',0,'revision','',0),(9446,1,'2020-03-14 22:22:47','2020-03-15 03:22:47','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][/kc_column][kc_column width=\"50%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][/kc_row]','Eventos Psi','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:22:47','2020-03-15 03:22:47','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9450,1,'2020-03-14 22:34:12','2020-03-15 03:34:12','','a','','inherit','open','closed','','a','','','2020-03-14 22:34:12','2020-03-15 03:34:12','',472,'https://redpsiju.org/wp-content/uploads/2020/03/a.jpg',0,'attachment','image/jpeg',0),(9452,1,'2020-03-14 22:34:23','2020-03-15 03:34:23','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"502863\" image_source=\"media_library\" image=\"9450\"][/kc_column][kc_column width=\"33.33%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"480160\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:34:23','2020-03-15 03:34:23','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9451,1,'2020-03-14 22:34:23','2020-03-15 03:34:23','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA4LzM4NDB4MjA2MC0yLTEtMS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:34:23','2020-03-15 03:34:23','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9044,1,'2020-03-07 21:36:18','2020-03-08 02:36:18','[kc_row use_container=\"yes\" _id=\"144196\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJodHRwczovL2RlbW8uZGV0aGVtZS5jb20vdmFzdGFydC1kaWdpdGFsLXN0YXJ0dXAtZHVtbXkvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzk0LzIwMTkvMDgvMzg0MHgyMDYwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"391932\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"761400\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"668215\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"775571\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"763449\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"135207\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"934930\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"854536\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"925432\"][kc_column_inner# width=\"50%\" _id=\"912326\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"928282\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"351217\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"195270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"708238\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"494198\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"443438\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"784669\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"888123\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"33658\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"774374\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"195621\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"467301\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"57549\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"100832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"157464\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"210784\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"64809\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"617105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"762955\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"104008\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"167651\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"661257\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"230274\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"457687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"352883\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"468554\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"10668\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"584696\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"410331\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"953477\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"147306\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"174075\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"670365\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"839423\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"38952\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"158605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"857361\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"967848\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"350293\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"902330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"757607\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"245359\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"534199\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531026\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"965621\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"75434\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"8285\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"828936\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"299172\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"480578\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"918536\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"723978\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"99837\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"306047\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"405458\"][/kc_column][kc_column width=\"50%\" _id=\"202308\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"645730\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"650954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"805040\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"629040\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"938423\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"196212\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Eventos Psi','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-07 21:36:18','2020-03-08 02:36:18','',472,'https://redpsiju.org/2020/03/07/472-revision-v1/',0,'revision','',0),(9045,1,'2020-03-07 21:36:52','2020-03-08 02:36:52','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\nWhether you&#039;re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you&#039;re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI & machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.</p>\r\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nStop spending time on tasks that could be automated. Custify&#039;s playbooks and automation let you free up time to work on what really matters.</p>\r\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nWant to achieve negative churn? It&#039;s only possible by upselling additional services to your existing customers. With Custify, you&#039;ll make your sales team jealous by upselling customers and locking in new revenue.</p>\r\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It&#039;s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Eventos Psi','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-07 21:36:52','2020-03-08 02:36:52','',472,'https://redpsiju.org/2020/03/07/472-revision-v1/',0,'revision','',0),(9046,1,'2020-03-07 21:38:22','2020-03-08 02:38:22','[kc_row use_container=\"yes\" _id=\"144196\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJodHRwczovL2RlbW8uZGV0aGVtZS5jb20vdmFzdGFydC1kaWdpdGFsLXN0YXJ0dXAtZHVtbXkvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzk0LzIwMTkvMDgvMzg0MHgyMDYwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"391932\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"761400\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"668215\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"775571\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"763449\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"135207\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"934930\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"854536\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"925432\"][kc_column_inner# width=\"50%\" _id=\"912326\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"928282\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"351217\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"195270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"708238\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"494198\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"443438\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"784669\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"888123\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"33658\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"774374\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"195621\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"467301\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"57549\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"100832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"157464\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"210784\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"64809\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"617105\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"762955\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"104008\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"167651\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"661257\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"230274\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"457687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"352883\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"468554\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"10668\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"584696\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"410331\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"953477\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"147306\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"174075\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"670365\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"839423\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"38952\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"158605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"857361\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"967848\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"350293\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"902330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"757607\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"245359\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"534199\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531026\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"965621\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"75434\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"8285\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"828936\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"299172\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"480578\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"918536\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"723978\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"361769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"99837\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"306047\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"405458\"][/kc_column][kc_column width=\"50%\" _id=\"202308\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"645730\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"650954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"805040\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"629040\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"938423\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"196212\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Eventos Psi','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-07 21:38:22','2020-03-08 02:38:22','',472,'https://redpsiju.org/2020/03/07/472-revision-v1/',0,'revision','',0),(9047,1,'2020-03-07 21:38:30','2020-03-08 02:38:30','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA4LzM4NDB4MjA2MC0yLTEtMS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]<p>\r\nKergan is redefining the way teams move work forward, and all the good stuff together forever.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\nWhether you&#039;re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\nEasily discuss meeting points and rideshare from within the app. Make friends if you&#039;re new to town, or get an additional member to your crew.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI & machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.</p>\r\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nStop spending time on tasks that could be automated. Custify&#039;s playbooks and automation let you free up time to work on what really matters.</p>\r\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nWant to achieve negative churn? It&#039;s only possible by upselling additional services to your existing customers. With Custify, you&#039;ll make your sales team jealous by upselling customers and locking in new revenue.</p>\r\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It&#039;s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Eventos Psi','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-07 21:38:30','2020-03-08 02:38:30','',472,'https://redpsiju.org/2020/03/07/472-revision-v1/',0,'revision','',0),(9445,1,'2020-03-14 22:22:46','2020-03-15 03:22:46','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA4LzM4NDB4MjA2MC0yLTEtMS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Eventos Psi','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:22:46','2020-03-15 03:22:46','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9050,1,'2020-03-07 22:54:57','2020-03-08 03:54:57','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"836854\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"267445\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"815502\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"491160\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"626462\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"116436\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"270752\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"682100\"][kc_column_inner# width=\"50%\" _id=\"339086\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"956331\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"799789\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"334631\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"164122\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"15399\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"430342\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"179173\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"13720\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"940848\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"509964\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"331237\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"177269\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"1553\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"997490\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"965246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"697905\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"350657\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"817479\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"321850\"][/kc_column][kc_column width=\"50%\" _id=\"919346\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"81583\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"8803\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"371320\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"964582\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"682791\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"625665\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 22:54:57','2020-03-08 03:54:57','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9051,1,'2020-03-07 22:56:44','2020-03-08 03:56:44','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 22:56:44','2020-03-08 03:56:44','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9052,1,'2020-03-07 22:56:46','2020-03-08 03:56:46','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"836854\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"267445\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"815502\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"491160\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"626462\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"116436\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"270752\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"682100\"][kc_column_inner# width=\"50%\" _id=\"339086\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"956331\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"799789\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"334631\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"164122\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"15399\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"430342\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"179173\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"13720\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"940848\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"509964\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"331237\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"177269\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"1553\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"997490\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"965246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"697905\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"350657\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"817479\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"321850\"][/kc_column][kc_column width=\"50%\" _id=\"919346\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"81583\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"8803\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"371320\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"964582\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"682791\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"625665\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 22:56:46','2020-03-08 03:56:46','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9053,1,'2020-03-07 22:57:26','2020-03-08 03:57:26','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 22:57:26','2020-03-08 03:57:26','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9054,1,'2020-03-07 22:57:27','2020-03-08 03:57:27','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"836854\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"267445\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"815502\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"491160\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"626462\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"116436\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"270752\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"682100\"][kc_column_inner# width=\"50%\" _id=\"339086\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"956331\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"799789\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"334631\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"164122\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"15399\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"430342\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"179173\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"13720\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"940848\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"509964\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"331237\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"177269\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"1553\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"997490\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"965246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"697905\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"350657\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"817479\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"321850\"][/kc_column][kc_column width=\"50%\" _id=\"919346\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"81583\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"8803\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"371320\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"964582\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"682791\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"625665\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 22:57:27','2020-03-08 03:57:27','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9055,1,'2020-03-07 22:59:52','2020-03-08 03:59:52','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 22:59:52','2020-03-08 03:59:52','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9057,1,'2020-03-07 23:00:44','2020-03-08 04:00:44','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:00:44','2020-03-08 04:00:44','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9060,1,'2020-03-07 23:01:10','2020-03-08 04:01:10','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"815502\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"100%\" _id=\"626462\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"116436\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"270752\"]<p>\r\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.</p>\r\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"682100\"][kc_column_inner# width=\"50%\" _id=\"339086\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"956331\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"799789\"]<p>\r\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.</p>\r\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"334631\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"164122\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"15399\"]<p>\r\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"940848\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"509964\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"331237\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"177269\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"1553\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"997490\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"965246\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\r\n[/kc_column_text][kc_column_text _id=\"697905\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>\r\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\" /></a></p>\r\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"350657\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"817479\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"321850\"][/kc_column][kc_column width=\"50%\" _id=\"919346\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"81583\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"8803\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"371320\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"964582\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"682791\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"625665\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:01:10','2020-03-08 04:01:10','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9059,1,'2020-03-07 23:01:09','2020-03-08 04:01:09','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:01:09','2020-03-08 04:01:09','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9062,1,'2020-03-07 23:02:00','2020-03-08 04:02:00','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"350657\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"817479\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"321850\"][/kc_column][kc_column width=\"50%\" _id=\"919346\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"81583\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"8803\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"371320\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nHave some question or feedback?</p>\r\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"964582\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"682791\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"625665\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:02:00','2020-03-08 04:02:00','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9061,1,'2020-03-07 23:01:57','2020-03-08 04:01:57','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:01:57','2020-03-08 04:01:57','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9064,1,'2020-03-07 23:02:35','2020-03-08 04:02:35','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:02:35','2020-03-08 04:02:35','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9063,1,'2020-03-07 23:02:34','2020-03-08 04:02:34','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:02:34','2020-03-08 04:02:34','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9066,1,'2020-03-07 23:03:09','2020-03-08 04:03:09','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"155860\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"971315\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:03:09','2020-03-08 04:03:09','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9065,1,'2020-03-07 23:03:08','2020-03-08 04:03:08','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:03:08','2020-03-08 04:03:08','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9068,1,'2020-03-07 23:06:39','2020-03-08 04:06:39','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:06:39','2020-03-08 04:06:39','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9067,1,'2020-03-07 23:06:34','2020-03-08 04:06:34','[kc_row use_container=\"yes\" _id=\"149391\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"489800\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"655280\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"648551\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"245893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"75771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"463964\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"322313\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"68302\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"55428\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"607663\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"511771\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"774751\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"806660\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"640521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"750292\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"226270\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"831348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"191229\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"111103\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"336924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29425\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"185637\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441967\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"137605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"714871\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"854980\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"429219\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"6854\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"381412\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"684779\"][kc_row_inner _id=\"820517\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"554901\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"303763\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"813957\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"10.29%\" _id=\"680972\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"79.62%\" _id=\"752785\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"342492\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"10.01%\" _id=\"737641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"2453\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920769\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"180374\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"233396\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"146916\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"955997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"431803\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"977551\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"385858\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"733904\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"155612\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"36805\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"669047\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"828246\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"290529\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"46918\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"549428\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"540531\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"120534\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"346012\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"333664\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"260188\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"223290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"437902\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"71094\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"995329\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"977733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"876731\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_row_inner _id=\"974899\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit inherit 48px`}}}}\"][kc_column_inner width=\"42.99%\" _id=\"423235\" col_id=\"hidden-resp\"][/kc_column_inner][kc_column_inner width=\"56.97%\" _id=\"94259\" css_custom=\"{`kc-css`:{`1024`:{`box`:{`width|`:`100%`}}}}\"][kc_title text=\"UGVyZm9ybWFuY2UgTWFuYWdlbWVudCBFbXBsb3llZXMgbG92ZQ==\" type=\"h2\" _id=\"687099\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"848191\"]\n\nBuild a flexible culture with Kergan\'s first-of-its-kind people analytics platform.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"260659\"][kc_column_inner# width=\"50%\" _id=\"183282\"][kc_title text=\"V2hhdCBpcyBmbGV4aWJpbGl0eSwgYW55d2F5Pw==\" type=\"h3\" _id=\"828444\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"506749\"]\n\nWe erased the confusing terms of the past and created six distinct flex types that address time and location-based needs, allowing companies and employees to speak the same language.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"801802\"][kc_title text=\"VG9wIGNvbXBhbmllcyBhcmUgdXNpbmcgS2VyZ2Fu\" type=\"h3\" _id=\"512192\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"518365\"]\n\nOur customers are committed to succeeding in a flexible future. Here’s how one company used Werk to customize their employee experience and increase their eNPS by 38 points.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][kc_column width=\"33.33%\" _id=\"210274\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"74516\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0icGVyZm9ybWFuY2Vfc2VjdGlvbiJd\" _id=\"205126\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"580997\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"][kc_column width=\"100%\" _id=\"912792\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0idGVzdGltb25pYWwiXQ==\" _id=\"157934\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"857180\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"563440\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"26815\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"915923\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"512647\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/f4f4f4?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"605995\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"798644\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBhbGlhcz0iZW52ZWxvcGUiXQ==\" _id=\"531013\"][/kc_column][kc_column width=\"50%\" _id=\"890613\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"694493\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"806599\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"774979\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"233830\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"776260\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"962203\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-07 23:06:34','2020-03-08 04:06:34','',8942,'https://redpsiju.org/2020/03/07/8942-revision-v1/',0,'revision','',0),(9071,1,'2020-03-11 18:50:44','2020-03-11 23:50:44','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-11 18:50:44','2020-03-11 23:50:44','',8942,'https://redpsiju.org/2020/03/11/8942-revision-v1/',0,'revision','',0),(9072,1,'2020-03-11 18:50:45','2020-03-11 23:50:45','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-11 18:50:45','2020-03-11 23:50:45','',8942,'https://redpsiju.org/2020/03/11/8942-revision-v1/',0,'revision','',0),(9074,1,'2020-03-11 18:56:26','2020-03-11 23:56:26','[kc_row use_container=\"yes\" _id=\"918876\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"484844\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"718365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"997818\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"364481\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"410143\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"479048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"581067\" image_source=\"media_library\" image=\"9017\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"1903\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"529618\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"862201\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"89198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"336731\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"195311\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"316928\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"479485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"943627\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"88856\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"277920\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"201094\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981367\" image_source=\"media_library\" image=\"9048\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"9101\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"964135\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"470467\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"110947\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"777427\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"805100\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"116892\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"526177\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"781837\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"527623\"][kc_row_inner _id=\"497003\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"703242\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"542194\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"691324\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"777588\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"526719\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"524500\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"740295\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"200166\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"528540\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"538617\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"719100\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"45087\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"177612\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"259205\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"699258\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"622275\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"812523\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"455920\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"683426\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"152374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"419023\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"239652\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"776872\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"979518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"59864\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"127095\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"683708\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"272031\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"601935\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"780724\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"946450\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-11 18:56:26','2020-03-11 23:56:26','',8942,'https://redpsiju.org/2020/03/11/8942-revision-v1/',0,'revision','',0),(9075,1,'2020-03-11 18:56:27','2020-03-11 23:56:27','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p><a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-11 18:56:27','2020-03-11 23:56:27','',8942,'https://redpsiju.org/2020/03/11/8942-revision-v1/',0,'revision','',0),(9076,1,'2020-03-12 02:23:50','2020-03-12 07:23:50','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:23:50','2020-03-12 07:23:50','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9078,1,'2020-03-12 02:24:37','2020-03-12 07:24:37','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:24:37','2020-03-12 07:24:37','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9082,1,'2020-03-12 02:29:10','2020-03-12 07:29:10','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"17410\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9080\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"211924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"458255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"105876\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"538888\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"703454\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"643993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:29:10','2020-03-12 07:29:10','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9081,1,'2020-03-12 02:29:09','2020-03-12 07:29:09','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:29:09','2020-03-12 07:29:09','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9089,1,'2020-03-12 02:38:40','2020-03-12 07:38:40','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9080\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"211924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"458255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"105876\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"538888\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"703454\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"643993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:38:40','2020-03-12 07:38:40','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9083,1,'2020-03-12 02:35:28','2020-03-12 07:35:28','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:35:28','2020-03-12 07:35:28','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9088,1,'2020-03-12 02:38:39','2020-03-12 07:38:39','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:38:39','2020-03-12 07:38:39','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9084,1,'2020-03-12 02:35:30','2020-03-12 07:35:30','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"191124\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"686885\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"53737\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"876453\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>En noviembre de 2016 se llevó a cabo la 1ra. Reunión presencial del Directorio de la RedPsiJu en la ciudad de Lima, Perú.</p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"732549\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"745048\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"753427\" image_source=\"media_library\" image=\"9080\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"17410\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9080\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"211924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"458255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"105876\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"538888\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"703454\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"643993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:35:30','2020-03-12 07:35:30','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9087,1,'2020-03-12 02:38:14','2020-03-12 07:38:14','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"17410\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9080\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"211924\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"458255\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"105876\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"538888\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"703454\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.</p>\r\n[/kc_column_text][kc_column_text _id=\"643993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]<p>\r\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a>  <i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:38:14','2020-03-12 07:38:14','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9086,1,'2020-03-12 02:38:13','2020-03-12 07:38:13','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:38:13','2020-03-12 07:38:13','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9093,1,'2020-03-12 02:54:32','2020-03-12 07:54:32','','lim2','','inherit','open','closed','','lim2','','','2020-03-12 02:54:32','2020-03-12 07:54:32','',8942,'https://redpsiju.org/wp-content/uploads/2020/03/lim2.png',0,'attachment','image/png',0),(9095,1,'2020-03-12 02:54:40','2020-03-12 07:54:40','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:54:40','2020-03-12 07:54:40','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9094,1,'2020-03-12 02:54:39','2020-03-12 07:54:39','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:54:39','2020-03-12 07:54:39','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9092,1,'2020-03-12 02:46:15','2020-03-12 07:46:15','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9080\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:46:15','2020-03-12 07:46:15','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9091,1,'2020-03-12 02:46:13','2020-03-12 07:46:13','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:46:13','2020-03-12 07:46:13','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9097,1,'2020-03-12 02:59:07','2020-03-12 07:59:07','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.</p>\r\n<p>Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:59:07','2020-03-12 07:59:07','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9096,1,'2020-03-12 02:59:06','2020-03-12 07:59:06','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 02:59:06','2020-03-12 07:59:06','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9099,1,'2020-03-12 03:01:07','2020-03-12 08:01:07','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>\r\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.</p>\r\n<p>Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:01:07','2020-03-12 08:01:07','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9098,1,'2020-03-12 03:01:06','2020-03-12 08:01:06','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:01:06','2020-03-12 08:01:06','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9101,1,'2020-03-12 03:02:51','2020-03-12 08:02:51','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.</p>\r\n<p>Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:02:51','2020-03-12 08:02:51','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9100,1,'2020-03-12 03:02:50','2020-03-12 08:02:50','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:02:50','2020-03-12 08:02:50','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9103,1,'2020-03-12 03:09:04','2020-03-12 08:09:04','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiMzMTFkYjQiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.</p>\r\n<p>Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:09:04','2020-03-12 08:09:04','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9102,1,'2020-03-12 03:09:02','2020-03-12 08:09:02','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:09:02','2020-03-12 08:09:02','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9105,1,'2020-03-12 03:09:55','2020-03-12 08:09:55','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.</p>\r\n<p>Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:09:55','2020-03-12 08:09:55','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9104,1,'2020-03-12 03:09:54','2020-03-12 08:09:54','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:09:54','2020-03-12 08:09:54','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9107,1,'2020-03-12 03:10:58','2020-03-12 08:10:58','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.</p>\r\n<p>Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:10:58','2020-03-12 08:10:58','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9106,1,'2020-03-12 03:10:57','2020-03-12 08:10:57','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:10:57','2020-03-12 08:10:57','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9109,1,'2020-03-12 03:12:48','2020-03-12 08:12:48','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.</p>\r\n<p><br></p>\r\n<p>Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:12:48','2020-03-12 08:12:48','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9108,1,'2020-03-12 03:12:46','2020-03-12 08:12:46','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:12:46','2020-03-12 08:12:46','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9111,1,'2020-03-12 03:13:13','2020-03-12 08:13:13','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"150362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"100%\" _id=\"953982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"914079\" images=\"9080,9090\" onclick=\"none\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:13:13','2020-03-12 08:13:13','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9110,1,'2020-03-12 03:13:12','2020-03-12 08:13:12','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:13:12','2020-03-12 08:13:12','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9113,1,'2020-03-12 03:18:20','2020-03-12 08:18:20','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"206040\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"100961\"][kc_row_inner _id=\"141064\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"340740\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"185928\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"307005\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"243460\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"868415\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\r\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"962118\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"119348\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"345848\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"727869\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"481255\"]<p>\r\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"526511\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"883414\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"712867\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"794045\"]<p>\r\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"935366\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"23591\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"273060\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"86743\"]<p>\r\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"968318\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"96334\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"545523\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"940802\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"678651\"]<p>\r\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"101356\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"438658\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"385108\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"926018\"]<p>\r\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"510657\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"846469\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"615702\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"973452\"]<p>\r\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:18:20','2020-03-12 08:18:20','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9112,1,'2020-03-12 03:18:19','2020-03-12 08:18:19','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:18:19','2020-03-12 08:18:19','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9115,1,'2020-03-12 03:20:14','2020-03-12 08:20:14','[kc_row use_container=\"yes\" _id=\"950381\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"828379\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"882775\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"806378\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"524130\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"909991\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"103167\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"441558\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"673221\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"919935\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"846471\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"857572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"71509\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"920690\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"59409\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687580\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:20:14','2020-03-12 08:20:14','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9114,1,'2020-03-12 03:20:12','2020-03-12 08:20:12','[kc_row use_container=\"yes\" _id=\"250582\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"164017\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"774523\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"466381\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"227904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"933524\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"693245\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"232323\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"728479\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzQwNWVmMyIsIiNiNDYzOWUiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"36915\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"575548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`border|`:`||1px solid rgba(255, 255, 255, 0.20)|`}}}}\"][kc_column_inner width=\"100%\" _id=\"486646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"574529\" image_source=\"media_library\" image=\"9020\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"274546\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`10px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"694498\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"357482\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"613530\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú...\n\n[/kc_column_text][kc_column_text _id=\"856113\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">Leer más</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"298150\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"464676\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"319033\" image_source=\"media_library\" image=\"9073\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"123758\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"30433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"177383\" image_source=\"media_library\" image=\"8813\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"209360\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"629680\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"764948\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"361687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"435780\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE</a> &nbsp;<i class=\"fa fa-arrow-right\" style=\"color: #fff; font-size: 11px; line-height: 17px;\"></i>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"380862\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"796820\"][kc_row_inner _id=\"424431\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"158847\"][kc_title text=\"VGhlIGZlYXR1cmVzIHlvdXIgYnVzaW5lc3MgbmVlZHM=\" type=\"h2\" _id=\"504417\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner# _id=\"982882\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner# width=\"100%\" _id=\"377839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"107339\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Built with education agencies in mind, Kergan is packed with features that you will actually use in your day-to-day business operations</p>\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"549575\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"338335\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"170x160\" _id=\"319425\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`},`caption`:{`margin|.scapt`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VmlzdWFsIFBpcGVsaW5l\" _id=\"622803\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"801208\"]\n\nGet an instant snapshot of the stages your applications are at. Don’t waste your time on trying to keep up and updating them.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"491129\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x152\" _id=\"570328\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 32px inherit`}}}}\"][kc_title text=\"VGVhbSBDb2xsYWJvcmF0aW9u\" _id=\"287606\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"439020\"]\n\nSpend your time building relationships with your students and give them good reasons to choose your agency and loose the competition.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"654685\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x147\" _id=\"433489\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 37px inherit`}}}}\"][kc_title text=\"Q29tbWlzaW9uIFRyYWNraW5n\" _id=\"986747\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"238841\"]\n\nPut the focus on the student. With intelligent, your education counsellors will be in sync to focus their time on increasing revenue.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"751198\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"120935\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"405940\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlciBBY2Nlc3MgUm9sZQ==\" _id=\"878706\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"140360\"]\n\nSubmitting an application to study, on behalf of a student, is never a short process. Give yourself a break! Keep track of vital information such as task creation/completion date &amp; time.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"377259\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"150x160\" _id=\"512285\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"VXNlZnVsIFJlcG9ydHM=\" _id=\"169385\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"90069\"]\n\nIt’s easy to remember your invoice due date when you have only 5 or 10 applications, but what happens when you manage 50 or 100 students?\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"347507\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"180x153\" _id=\"341019\" image_source=\"media_library\" image=\"8817\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`left`,`margin|`:`inherit inherit 31px inherit`}}}}\"][kc_title text=\"QXBwbGljYXRpb24gVGltZWxpbmU=\" _id=\"279465\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"283764\"]\n\nThere are many reports out there, that only satisfy your curiosity. Not so with inteleagent. Access reports that you will actualy use in the decision making process.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:20:12','2020-03-12 08:20:12','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9740,1,'2020-11-07 13:43:25','2020-11-07 18:43:25','[kc_row use_container=\"yes\" _id=\"745733\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"811394\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"573077\"][kc_column_inner width=\"100%\" _id=\"553198\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"634377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"269201\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"1363\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"465386\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"535722\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"549083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"201993\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"338562\" image_source=\"media_library\" image=\"9738\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"87387\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"151831\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"671660\"][kc_column_inner width=\"100%\" _id=\"651651\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"150568\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"667344\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"124571\" image_source=\"media_library\" image=\"9732\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"298751\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"71811\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"349907\"][kc_column_inner width=\"100%\" _id=\"138081\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"479437\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"285609\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"881069\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"741973\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"728388\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"659767\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"27301\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"365934\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"830117\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"839383\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-11-07 13:43:25','2020-11-07 18:43:25','',661,'https://redpsiju.org/2020/11/07/661-revision-v1/',0,'revision','',0),(9120,1,'2020-03-12 03:37:29','2020-03-12 08:37:29','[kc_row use_container=\"yes\" _id=\"188346\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"473931\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"540595\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"130893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"18704\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"319250\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"155813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"967784\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618197\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"459826\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"112645\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"881484\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"656049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"183267\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"685528\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"118315\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-03-12 03:37:29','2020-03-12 08:37:29','',8942,'https://redpsiju.org/2020/03/12/8942-revision-v1/',0,'revision','',0),(9721,1,'2020-04-07 19:16:40','2020-04-08 00:16:40','[kc_row use_container=\"yes\" _id=\"188346\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"473931\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"540595\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"130893\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n[/kc_column_text][kc_column_text _id=\"18704\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a>\n\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"319250\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"155813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"967784\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618197\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"459826\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"112645\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"881484\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"656049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"183267\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"685528\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"118315\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-04-07 19:16:40','2020-04-08 00:16:40','',8942,'https://redpsiju.org/2020/04/07/8942-revision-v1/',0,'revision','',0),(9123,1,'2020-03-12 03:42:44','2020-03-12 08:42:44','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:42:44','2020-03-12 08:42:44','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9126,1,'2020-03-12 03:43:12','2020-03-12 08:43:12','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"724901\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"523830\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"272863\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"301788\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"731954\"][kc_column_inner width=\"40.85%\" _id=\"114892\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"27243\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"983318\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"619796\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"757079\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"612123\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"716415\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"134492\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"171491\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"876557\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"775042\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"350462\"][kc_column_inner# width=\"33.33%\" _id=\"403924\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"712261\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"660777\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"600259\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"258152\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"995614\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:43:12','2020-03-12 08:43:12','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9125,1,'2020-03-12 03:43:10','2020-03-12 08:43:10','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:43:10','2020-03-12 08:43:10','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9129,1,'2020-03-12 03:44:31','2020-03-12 08:44:31','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"724901\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"523830\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"272863\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"301788\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"731954\"][kc_column_inner width=\"40.85%\" _id=\"114892\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"27243\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"983318\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"619796\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"757079\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"612123\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"716415\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"134492\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"171491\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"876557\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"775042\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"350462\"][kc_column_inner# width=\"33.33%\" _id=\"403924\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"712261\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"660777\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"600259\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"258152\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"995614\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:44:31','2020-03-12 08:44:31','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9128,1,'2020-03-12 03:44:29','2020-03-12 08:44:29','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:44:29','2020-03-12 08:44:29','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9136,1,'2020-03-12 03:55:18','2020-03-12 08:55:18','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, consolidaron este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>&nbsp;El otorgamiento de la Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\", a Universidades y Escuelas de Post Grado relieva el espíritu de integración académica a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación de instituciones nacionales o internacionales, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:55:18','2020-03-12 08:55:18','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9135,1,'2020-03-12 03:55:16','2020-03-12 08:55:16','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:55:16','2020-03-12 08:55:16','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9132,1,'2020-03-12 03:45:29','2020-03-12 08:45:29','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:45:29','2020-03-12 08:45:29','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9131,1,'2020-03-12 03:45:27','2020-03-12 08:45:27','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:45:27','2020-03-12 08:45:27','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9134,1,'2020-03-12 03:51:52','2020-03-12 08:51:52','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, consolidaron este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:51:52','2020-03-12 08:51:52','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9133,1,'2020-03-12 03:51:51','2020-03-12 08:51:51','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:51:51','2020-03-12 08:51:51','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9138,1,'2020-03-12 03:56:08','2020-03-12 08:56:08','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, consolidaron este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>&nbsp;El otorgamiento de la Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\", a Universidades y Escuelas de Post Grado relieva el espíritu de integración académica a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación de instituciones nacionales o internacionales, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:56:08','2020-03-12 08:56:08','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9137,1,'2020-03-12 03:56:07','2020-03-12 08:56:07','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 03:56:07','2020-03-12 08:56:07','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9140,1,'2020-03-12 04:03:29','2020-03-12 09:03:29','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 04:03:29','2020-03-12 09:03:29','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9139,1,'2020-03-12 04:03:27','2020-03-12 09:03:27','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 04:03:27','2020-03-12 09:03:27','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9142,1,'2020-03-12 04:07:44','2020-03-12 09:07:44','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 04:07:44','2020-03-12 09:07:44','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9141,1,'2020-03-12 04:07:42','2020-03-12 09:07:42','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 04:07:42','2020-03-12 09:07:42','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9144,1,'2020-03-12 04:08:28','2020-03-12 09:08:28','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 04:08:28','2020-03-12 09:08:28','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9143,1,'2020-03-12 04:08:26','2020-03-12 09:08:26','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 04:08:26','2020-03-12 09:08:26','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9146,1,'2020-03-12 04:09:11','2020-03-12 09:09:11','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 04:09:11','2020-03-12 09:09:11','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9145,1,'2020-03-12 04:09:09','2020-03-12 09:09:09','[kc_row use_container=\"yes\" _id=\"772\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 36px inherit`}}}}\"][kc_column width=\"100%\" _id=\"561052\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0cyBpbiBGaWVsZA==\" type=\"h4\" _id=\"487083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QWJvdXQgT3VyIENvbXBhbnk=\" type=\"h2\" _id=\"108049\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"181332\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"11047\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"366887\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nKergan delivers low-touch compliance solutions to HR and Education teams in healthcare, freeing you up to do the work that only you can.\n\n[/kc_column_text][kc_column_text _id=\"230103\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWhen Kergan started in 2001, customer service software was clunky, frustrating, or just not there. We turned boring, confusing software into a helpdesk that customers and staff loved to use. Skip forward to today. Customer service is more important than ever before.\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"210891\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"206472\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"453928\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nIt has the power to delight, or disappoint; to make - or break - a business. And customer service teams are adapting. To be proactive, to be delightful. To create effortless, consistent, smooth experiences. To drive loyalty; to turn their customer service into a competitive advantage. But the software these teams use is holding them back. Kayako is here to change that, and help businesses get better at customer service.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"627606\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][kc_row_inner _id=\"13326\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"638678\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"956246\" icon=\"sl-badge\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"757898\"][kc_counter_box number=\"289\" label=\"Global Partners\" _id=\"359949\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"726529\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">Our partners are trust on us. We help each others and we love them so much.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"998062\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`border|`:`|1px solid rgba(255, 255, 255, 0)||1px solid rgba(255, 255, 255, 0)`}},`767`:{`box`:{`border|`:`|1px hidden rgba(255, 255, 255, 0)||1px hidden rgba(255, 255, 255, 0)`}},`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`,`border|`:`|1px solid #e3e3e3||1px solid #e3e3e3`}}}}\"][kc_icon _id=\"970536\" icon=\"sl-globe\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"821931\"][kc_counter_box number=\"86\" label=\"Satisfied Clients\" _id=\"943799\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"400010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We have so much clients all around the worlds. We help their company to be succeed.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"176873\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit 24px inherit 24px`}}}}\"][kc_icon _id=\"232798\" icon=\"sl-flag\" css_custom=\"{`kc-css`:{`any`:{`icon-style`:{`color|i`:`#405ef3`,`font-size|i`:`52px`,`text-align|`:`center`}}}}\"][kc_spacing height=\"24px\" _id=\"420758\"][kc_counter_box number=\"135\" label=\"Support Heroes\" _id=\"575375\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`52px`,`line-height|.counterup`:`60px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"337366\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">We manage our supporters who give us positive clue all the time forever and ever.</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_spacing height=\"48px\" _id=\"143931\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"632451\"][kc_column_inner width=\"50%\" _id=\"354473\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"239\" label=\"Clicks\" _id=\"451637\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"209980\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of click from the ads can help showing you if your ad is interesting to visitors who see it.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"851866\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`999`:{`box`:{`padding|`:`inherit 48px inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 144px inherit 144px`}}}}\"][kc_counter_box number=\"279\" label=\"Impressions\" _id=\"441699\" css_custom=\"{`kc-css`:{`any`:{`label`:{`color|h4`:`#333333`,`font-family|h4`:`Montserrat`,`font-size|h4`:`16px`,`line-height|h4`:`24px`,`font-weight|h4`:`800`,`text-align|h4`:`center`,`margin|h4`:`inherit inherit 12px inherit`},`number`:{`color|.counterup`:`#333333`,`font-family|.counterup`:`Montserrat`,`font-size|.counterup`:`36px`,`line-height|.counterup`:`41px`,`font-weight|.counterup`:`800`,`text-align|.counterup`:`center`,`margin|.counterup`:`inherit inherit 12px inherit`}}}}\" animate=\"||1s\"][kc_column_text _id=\"464197\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|p`:`inherit inherit 24px inherit`}},`any`:{`typography`:{`font-style|,p`:`italic`}}}}\"]\n<p class=\"p1\" style=\"text-align: center;\">The amount of times that your advertisement has been viewed by a visitor or displayed on a webpage</p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"852096\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`48px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"544746\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"d29ya2VkIGJ5IGV4cGVydA==\" type=\"h4\" _id=\"264137\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFRlYW0=\" type=\"h2\" _id=\"730036\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"165269\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"373170\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"587594\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"92330\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Our values are at the core of everything we do. Our process, service offerings and our company culture. Meet our passionate team! Come work with us!</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"49773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"879815\"][kc_column_inner width=\"16.66%\" _id=\"142256\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"472737\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"922728\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"162362\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"317293\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"88007\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"891518\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"80857\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"381330\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"619231\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"732094\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"894422\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"816748\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`},`box`:{`padding|`:`96px inherit 72px inherit`}}}}\"][kc_column width=\"100%\" video_mute=\"no\" _id=\"69207\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"666750\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"T3VyIFBhcnRuZXJz\" type=\"h2\" _id=\"980052\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"104983\"][kc_column_inner width=\"40.85%\" _id=\"903433\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`999`:{`box`:{`width|`:`100%`}}}}\"][kc_column_text _id=\"396374\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}},`767`:{`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p class=\"p1\">We’re proud to be a digital marketing agency built on continuous improvement and innovation not only with our client’s strategies and campaigns, but with our own company growth. We’re proud to hold accreditations from Google, Bing, The Drum, Clutch and more, with each accolade giving you peace of mind that we are an agency you can trust.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.52%\" _id=\"57972\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column_inner][kc_column_inner width=\"49.54%\" _id=\"143758\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner# _id=\"778212\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 0px inherit`}},`any`:{`box`:{`margin|`:`inherit inherit 48px inherit`}}}}\"][kc_column_inner# width=\"33.33%\" _id=\"797447\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"658632\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"940806\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"270450\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"880961\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"2998\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"159112\"][kc_column_inner# width=\"33.33%\" _id=\"594291\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"356523\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"19360\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"34321\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][kc_column_inner# width=\"33.33%\" _id=\"838552\" css_custom=\"{`kc-css`:{}}\"][kc_single_image image_size=\"full\" _id=\"94725\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`767`:{`image-style`:{`text-align|`:`center`,`margin|`:`inherit inherit 24px inherit`}}}}\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-12 04:09:09','2020-03-12 09:09:09','',239,'https://redpsiju.org/2020/03/12/239-revision-v1/',0,'revision','',0),(9148,1,'2020-03-14 00:26:44','2020-03-14 05:26:44','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:26:44','2020-03-14 05:26:44','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9147,1,'2020-03-14 00:26:32','2020-03-14 05:26:32','','fondo','','inherit','open','closed','','fondo','','','2020-03-14 00:26:32','2020-03-14 05:26:32','',239,'https://redpsiju.org/wp-content/uploads/2020/03/fondo.png',0,'attachment','image/png',0),(9149,1,'2020-03-14 00:26:45','2020-03-14 05:26:45','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:26:45','2020-03-14 05:26:45','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9150,1,'2020-03-14 00:27:42','2020-03-14 05:27:42','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:27:42','2020-03-14 05:27:42','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9242,1,'2020-03-14 17:29:32','2020-03-14 22:29:32','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"1\" img_size=\"full\" event_click=\"lightbox\" title=\"KingComposer\" caption_animation=\"default\" _id=\"408516\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:29:32','2020-03-14 22:29:32','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9151,1,'2020-03-14 00:27:43','2020-03-14 05:27:43','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb250YWluIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:27:43','2020-03-14 05:27:43','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9152,1,'2020-03-14 00:28:16','2020-03-14 05:28:16','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:28:16','2020-03-14 05:28:16','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9153,1,'2020-03-14 00:28:17','2020-03-14 05:28:17','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJpbmhlcml0IiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:28:17','2020-03-14 05:28:17','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9154,1,'2020-03-14 00:28:51','2020-03-14 05:28:51','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:28:51','2020-03-14 05:28:51','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9155,1,'2020-03-14 00:28:51','2020-03-14 05:28:51','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJhdXRvIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6ImZpeGVkIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:28:51','2020-03-14 05:28:51','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9156,1,'2020-03-14 00:29:27','2020-03-14 05:29:27','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:29:27','2020-03-14 05:29:27','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9157,1,'2020-03-14 00:29:28','2020-03-14 05:29:28','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:29:28','2020-03-14 05:29:28','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9158,1,'2020-03-14 00:30:16','2020-03-14 05:30:16','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:30:16','2020-03-14 05:30:16','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9159,1,'2020-03-14 00:30:17','2020-03-14 05:30:17','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:30:17','2020-03-14 05:30:17','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9160,1,'2020-03-14 00:30:59','2020-03-14 05:30:59','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:30:59','2020-03-14 05:30:59','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9161,1,'2020-03-14 00:30:59','2020-03-14 05:30:59','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:30:59','2020-03-14 05:30:59','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9162,1,'2020-03-14 00:32:39','2020-03-14 05:32:39','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:32:39','2020-03-14 05:32:39','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9163,1,'2020-03-14 00:32:39','2020-03-14 05:32:39','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:32:39','2020-03-14 05:32:39','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9164,1,'2020-03-14 00:33:24','2020-03-14 05:33:24','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:33:24','2020-03-14 05:33:24','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9165,1,'2020-03-14 00:33:25','2020-03-14 05:33:25','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:33:25','2020-03-14 05:33:25','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9166,1,'2020-03-14 00:33:45','2020-03-14 05:33:45','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:33:45','2020-03-14 05:33:45','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9167,1,'2020-03-14 00:33:45','2020-03-14 05:33:45','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:33:45','2020-03-14 05:33:45','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9168,1,'2020-03-14 00:34:42','2020-03-14 05:34:42','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:34:42','2020-03-14 05:34:42','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9169,1,'2020-03-14 00:34:43','2020-03-14 05:34:43','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiMxZTczYmUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:34:43','2020-03-14 05:34:43','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9170,1,'2020-03-14 00:35:04','2020-03-14 05:35:04','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:35:04','2020-03-14 05:35:04','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9171,1,'2020-03-14 00:35:05','2020-03-14 05:35:05','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:35:05','2020-03-14 05:35:05','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9172,1,'2020-03-14 00:35:37','2020-03-14 05:35:37','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:35:37','2020-03-14 05:35:37','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9173,1,'2020-03-14 00:35:37','2020-03-14 05:35:37','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiMxZTczYmUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:35:37','2020-03-14 05:35:37','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9174,1,'2020-03-14 00:36:07','2020-03-14 05:36:07','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:36:07','2020-03-14 05:36:07','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9175,1,'2020-03-14 00:36:08','2020-03-14 05:36:08','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:36:08','2020-03-14 05:36:08','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9177,1,'2020-03-14 00:38:08','2020-03-14 05:38:08','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:38:08','2020-03-14 05:38:08','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9178,1,'2020-03-14 00:38:09','2020-03-14 05:38:09','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"9176\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:38:09','2020-03-14 05:38:09','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9180,1,'2020-03-14 00:43:42','2020-03-14 05:43:42','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:43:42','2020-03-14 05:43:42','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9181,1,'2020-03-14 00:43:43','2020-03-14 05:43:43','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126099\" image=\"9179\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm8gVGVtcG9yZSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRlIEFzb2NpYWNpw7NuIEFyZ2VudGluYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:43:43','2020-03-14 05:43:43','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9183,1,'2020-03-14 00:46:46','2020-03-14 05:46:46','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:46:46','2020-03-14 05:46:46','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9184,1,'2020-03-14 00:46:47','2020-03-14 05:46:47','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"__empty__\" img_size=\"1024x1024xct\" _id=\"126099\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:46:47','2020-03-14 05:46:47','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9185,1,'2020-03-14 00:48:15','2020-03-14 05:48:15','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:48:15','2020-03-14 05:48:15','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9186,1,'2020-03-14 00:48:16','2020-03-14 05:48:16','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:48:16','2020-03-14 05:48:16','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9187,1,'2020-03-14 00:49:58','2020-03-14 05:49:58','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:49:58','2020-03-14 05:49:58','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9188,1,'2020-03-14 00:49:58','2020-03-14 05:49:58','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:49:58','2020-03-14 05:49:58','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9189,1,'2020-03-14 00:50:54','2020-03-14 05:50:54','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:50:54','2020-03-14 05:50:54','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9190,1,'2020-03-14 00:50:55','2020-03-14 05:50:55','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"623244\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:50:55','2020-03-14 05:50:55','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9191,1,'2020-03-14 00:51:22','2020-03-14 05:51:22','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:51:22','2020-03-14 05:51:22','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9192,1,'2020-03-14 00:51:23','2020-03-14 05:51:23','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"975084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:51:23','2020-03-14 05:51:23','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9193,1,'2020-03-14 00:53:11','2020-03-14 05:53:11','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:53:11','2020-03-14 05:53:11','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9194,1,'2020-03-14 00:53:12','2020-03-14 05:53:12','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:53:12','2020-03-14 05:53:12','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9195,1,'2020-03-14 00:53:45','2020-03-14 05:53:45','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:53:45','2020-03-14 05:53:45','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9196,1,'2020-03-14 00:53:46','2020-03-14 05:53:46','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:53:46','2020-03-14 05:53:46','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9197,1,'2020-03-14 00:55:38','2020-03-14 05:55:38','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:55:38','2020-03-14 05:55:38','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9198,1,'2020-03-14 00:55:38','2020-03-14 05:55:38','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"271055\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:55:38','2020-03-14 05:55:38','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9199,1,'2020-03-14 00:56:49','2020-03-14 05:56:49','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:56:49','2020-03-14 05:56:49','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9200,1,'2020-03-14 00:56:50','2020-03-14 05:56:50','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:56:50','2020-03-14 05:56:50','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9202,1,'2020-03-14 00:57:28','2020-03-14 05:57:28','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:57:28','2020-03-14 05:57:28','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9203,1,'2020-03-14 00:57:28','2020-03-14 05:57:28','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9201\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:57:28','2020-03-14 05:57:28','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9204,1,'2020-03-14 00:58:13','2020-03-14 05:58:13','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:58:13','2020-03-14 05:58:13','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9205,1,'2020-03-14 00:58:14','2020-03-14 05:58:14','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 00:58:14','2020-03-14 05:58:14','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9207,1,'2020-03-14 01:06:17','2020-03-14 06:06:17','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:06:17','2020-03-14 06:06:17','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9208,1,'2020-03-14 01:06:17','2020-03-14 06:06:17','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9206\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:06:17','2020-03-14 06:06:17','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9210,1,'2020-03-14 01:09:30','2020-03-14 06:09:30','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:09:30','2020-03-14 06:09:30','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9211,1,'2020-03-14 01:09:30','2020-03-14 06:09:30','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9209\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:09:30','2020-03-14 06:09:30','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9212,1,'2020-03-14 01:09:54','2020-03-14 06:09:54','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:09:54','2020-03-14 06:09:54','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9213,1,'2020-03-14 01:09:55','2020-03-14 06:09:55','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9209\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:09:55','2020-03-14 06:09:55','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9218,1,'2020-03-14 01:15:40','2020-03-14 06:15:40','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:15:40','2020-03-14 06:15:40','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9219,1,'2020-03-14 01:15:41','2020-03-14 06:15:41','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9209\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:15:41','2020-03-14 06:15:41','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9222,1,'2020-03-14 01:17:28','2020-03-14 06:17:28','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:17:28','2020-03-14 06:17:28','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9223,1,'2020-03-14 01:17:29','2020-03-14 06:17:29','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9209\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:17:29','2020-03-14 06:17:29','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9224,1,'2020-03-14 01:19:41','2020-03-14 06:19:41','[kc_row use_container=\"yes\" _id=\"786215\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 10px inherit`}}}}\"][kc_column width=\"100%\" _id=\"87258\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"909468\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"951936\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"880700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"44.85%\" _id=\"987430\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"210661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"862141\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"9.17%\" _id=\"843296\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`4%`}}}}\"][/kc_column_inner][kc_column_inner width=\"45.95%\" _id=\"796848\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"291650\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_divider style=\"1\" _id=\"503473\" css_custom=\"{`kc-css`:{`any`:{`line`:{`border-color|.divider_inner`:`#aeaeae`,`border-style|.divider_inner`:`dashed`,`border-width|.divider_inner`:`1px`,`margin|`:`0px inherit 0px inherit`}}}}\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"220357\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"969301\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWE=\" type=\"h4\" _id=\"657287\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"640438\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"834788\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"259729\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"556605\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"433604\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"997550\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"895638\"][kc_column_inner width=\"16.66%\" _id=\"240682\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"78236\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"48453\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639207\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"946267\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"414205\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"924054\"][kc_column_inner# width=\"100%\" _id=\"702150\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183345\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"637419\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"307290\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"308228\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"357573\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"945416\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"498036\"][kc_column_inner width=\"16.66%\" _id=\"223950\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126179\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Laura Yaren\" desc=\"Q0VPIG9mIEtlcmdhbiwgYSB0ZWFjaGVyIGF0IFVDIFNhbiBEaWVnbywgYSBrZXlub3RlIHNwZWFrZXIsIHRoZSAyMDE3IFNlYXJjaCBFbmdpbmUgTGFuZC4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"998933\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"132535\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernard Cliff\" desc=\"Q28tRm91bmRlciBvZiBLZXJnYW4gYnJpbmdzIGEgd2VhbHRoIG9mIGJ1c2luZXNzLCBJbnRlcm5ldCBhbmQgc2FsZXMgZXhwZXJpZW5jZSB0byBLZXJnYW4u\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"559528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"190707\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"551138\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"41270\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"863879\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"636321\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"54536\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"131393\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:19:41','2020-03-14 06:19:41','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9240,1,'2020-03-14 17:20:19','2020-03-14 22:20:19','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:20:19','2020-03-14 22:20:19','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9225,1,'2020-03-14 01:19:42','2020-03-14 06:19:42','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9209\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:19:42','2020-03-14 06:19:42','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9226,1,'2020-03-14 01:22:38','2020-03-14 06:22:38','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9209\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:22:38','2020-03-14 06:22:38','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9227,1,'2020-03-14 01:22:39','2020-03-14 06:22:39','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:22:39','2020-03-14 06:22:39','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9228,1,'2020-03-14 01:23:18','2020-03-14 06:23:18','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9209\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:23:18','2020-03-14 06:23:18','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9229,1,'2020-03-14 01:23:19','2020-03-14 06:23:19','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9209\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:23:19','2020-03-14 06:23:19','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9231,1,'2020-03-14 01:26:16','2020-03-14 06:26:16','[kc_row use_container=\"yes\" _id=\"447547\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"865151\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"661429\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"619231\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"824214\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"694914\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"161901\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"704367\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"45954\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"790642\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"965088\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"731594\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"345189\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"304048\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"132228\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"218708\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"234780\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"512346\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"941371\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"271055\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"588064\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"969983\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"343771\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"539904\" image=\"9209\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"660012\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"496408\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"681619\"][kc_column_inner# width=\"100%\" _id=\"688462\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"872496\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"68361\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"63779\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"642605\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"878997\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"136752\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"759098\"][kc_column_inner width=\"16.66%\" _id=\"192042\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"584684\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"279231\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"601969\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"808901\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"865794\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"185884\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"362365\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"177656\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"986582\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"24609\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991865\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:26:16','2020-03-14 06:26:16','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9232,1,'2020-03-14 01:26:16','2020-03-14 06:26:16','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 01:26:16','2020-03-14 06:26:16','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9234,1,'2020-03-14 17:10:37','2020-03-14 22:10:37','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:10:37','2020-03-14 22:10:37','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9233,1,'2020-03-14 17:10:28','2020-03-14 22:10:28','','1slide-banner','','inherit','open','closed','','1slide-banner','','','2020-03-14 17:10:28','2020-03-14 22:10:28','',239,'https://redpsiju.org/wp-content/uploads/2020/03/1slide-banner.png',0,'attachment','image/png',0),(9235,1,'2020-03-14 17:10:38','2020-03-14 22:10:38','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"10153\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:10:38','2020-03-14 22:10:38','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9237,1,'2020-03-14 17:17:32','2020-03-14 22:17:32','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:17:32','2020-03-14 22:17:32','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9238,1,'2020-03-14 17:17:33','2020-03-14 22:17:33','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"10153\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:17:33','2020-03-14 22:17:33','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9239,1,'2020-03-14 17:20:18','2020-03-14 22:20:18','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:20:18','2020-03-14 22:20:18','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9241,1,'2020-03-14 17:29:32','2020-03-14 22:29:32','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:29:32','2020-03-14 22:29:32','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9366,1,'2020-03-14 21:12:08','2020-03-15 02:12:08','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica</p>\r\n<p style=\"text-align: center;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572843\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"852157\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"131178\"][kc_column_inner# width=\"100%\" _id=\"744521\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"488558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"838527\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"514199\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"16.66%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"363369\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"893906\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"218075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126115\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"705363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"959836\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:12:08','2020-03-15 02:12:08','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9243,1,'2020-03-14 17:30:36','2020-03-14 22:30:36','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:30:36','2020-03-14 22:30:36','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9244,1,'2020-03-14 17:30:37','2020-03-14 22:30:37','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"812983\" image=\"9230\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBkZSBsYSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:30:37','2020-03-14 22:30:37','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9246,1,'2020-03-14 17:30:54','2020-03-14 22:30:54','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:30:54','2020-03-14 22:30:54','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9245,1,'2020-03-14 17:30:53','2020-03-14 22:30:53','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:30:53','2020-03-14 22:30:53','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9247,1,'2020-03-14 17:31:27','2020-03-14 22:31:27','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:31:27','2020-03-14 22:31:27','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9248,1,'2020-03-14 17:31:27','2020-03-14 22:31:27','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:31:27','2020-03-14 22:31:27','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9249,1,'2020-03-14 17:32:08','2020-03-14 22:32:08','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:32:08','2020-03-14 22:32:08','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9250,1,'2020-03-14 17:32:09','2020-03-14 22:32:09','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:32:09','2020-03-14 22:32:09','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9252,1,'2020-03-14 17:33:31','2020-03-14 22:33:31','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:33:31','2020-03-14 22:33:31','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9253,1,'2020-03-14 17:33:32','2020-03-14 22:33:32','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9251\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:33:32','2020-03-14 22:33:32','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9254,1,'2020-03-14 17:34:29','2020-03-14 22:34:29','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:34:29','2020-03-14 22:34:29','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9255,1,'2020-03-14 17:34:30','2020-03-14 22:34:30','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:34:30','2020-03-14 22:34:30','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9256,1,'2020-03-14 17:58:16','2020-03-14 22:58:16','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:58:16','2020-03-14 22:58:16','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9257,1,'2020-03-14 17:58:17','2020-03-14 22:58:17','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:58:17','2020-03-14 22:58:17','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9259,1,'2020-03-14 17:59:19','2020-03-14 22:59:19','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:59:19','2020-03-14 22:59:19','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9260,1,'2020-03-14 17:59:19','2020-03-14 22:59:19','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9258\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 17:59:19','2020-03-14 22:59:19','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9262,1,'2020-03-14 18:11:57','2020-03-14 23:11:57','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:11:57','2020-03-14 23:11:57','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9273,1,'2020-03-14 18:20:49','2020-03-14 23:20:49','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9266\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9265\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9269\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9271\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9268\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9270\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9267\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:20:49','2020-03-14 23:20:49','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9263,1,'2020-03-14 18:11:58','2020-03-14 23:11:58','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:11:58','2020-03-14 23:11:58','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9272,1,'2020-03-14 18:20:48','2020-03-14 23:20:48','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:20:48','2020-03-14 23:20:48','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9274,1,'2020-03-14 18:22:07','2020-03-14 23:22:07','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:22:07','2020-03-14 23:22:07','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9275,1,'2020-03-14 18:22:08','2020-03-14 23:22:08','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9266\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9265\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9269\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9271\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9268\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9270\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9267\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:22:08','2020-03-14 23:22:08','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9284,1,'2020-03-14 18:27:32','2020-03-14 23:27:32','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:27:32','2020-03-14 23:27:32','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9953,1,'2022-06-28 08:55:29','2022-06-28 13:55:29','','gabriel','','inherit','open','closed','','gabriel','','','2022-06-28 08:55:29','2022-06-28 13:55:29','',239,'https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png',0,'attachment','image/png',0),(9954,1,'2022-06-28 08:55:31','2022-06-28 13:55:31','','giomar','','inherit','open','closed','','giomar','','','2022-06-28 08:55:31','2022-06-28 13:55:31','',239,'https://redpsiju.org/wp-content/uploads/2022/06/giomar.png',0,'attachment','image/png',0),(9955,1,'2022-06-28 08:55:33','2022-06-28 13:55:33','','iris','','inherit','open','closed','','iris','','','2022-06-28 08:55:33','2022-06-28 13:55:33','',239,'https://redpsiju.org/wp-content/uploads/2022/06/iris.png',0,'attachment','image/png',0),(9956,1,'2022-06-28 08:55:35','2022-06-28 13:55:35','','joa','','inherit','open','closed','','joa','','','2022-06-28 08:55:35','2022-06-28 13:55:35','',239,'https://redpsiju.org/wp-content/uploads/2022/06/joa.png',0,'attachment','image/png',0),(9957,1,'2022-06-28 08:55:37','2022-06-28 13:55:37','','john','','inherit','open','closed','','john','','','2022-06-28 08:55:37','2022-06-28 13:55:37','',239,'https://redpsiju.org/wp-content/uploads/2022/06/john.png',0,'attachment','image/png',0),(9958,1,'2022-06-28 08:55:39','2022-06-28 13:55:39','','jose luis','','inherit','open','closed','','jose-luis','','','2022-06-28 08:55:39','2022-06-28 13:55:39','',239,'https://redpsiju.org/wp-content/uploads/2022/06/jose-luis.png',0,'attachment','image/png',0),(9959,1,'2022-06-28 08:55:40','2022-06-28 13:55:40','','miriam','','inherit','open','closed','','miriam','','','2022-06-28 08:55:40','2022-06-28 13:55:40','',239,'https://redpsiju.org/wp-content/uploads/2022/06/miriam.png',0,'attachment','image/png',0),(9287,1,'2020-03-14 18:30:58','2020-03-14 23:30:58','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:30:58','2020-03-14 23:30:58','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9285,1,'2020-03-14 18:27:33','2020-03-14 23:27:33','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:27:33','2020-03-14 23:27:33','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9286,1,'2020-03-14 18:30:57','2020-03-14 23:30:57','[kc_row use_container=\"yes\" _id=\"298178\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"43921\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"975745\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"965648\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"754846\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"895833\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"151486\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"15024\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"654558\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"930853\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"570151\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"189505\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"492082\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"614432\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"738713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"368732\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"661974\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"291687\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"94084\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"132181\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"247379\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"329317\" image=\"9182\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"458440\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"156840\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9230\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"324854\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988075\" image=\"9214\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"673719\"][kc_column_inner# width=\"100%\" _id=\"120198\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"113916\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"483083\" image=\"9215\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"427488\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"237466\" image=\"9216\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"534167\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"280800\" image=\"9217\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"834076\"][kc_column_inner width=\"16.66%\" _id=\"810659\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"461221\" image=\"9220\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"780333\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"719294\" image=\"9221\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"980755\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"69081\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Michel Conor\" desc=\"QXQgS2VyZ2FuLCBDb25vciBtYW5hZ2VzIHRoZSBQYWlkIE1lZGlhIGRlcGFydG1lbnQsIGluY2x1ZGluZyBwcm9jZXNzIGltcHJvdmVtZW50LCBoaXJpbmcsIHRyYWluaW5nIGFuZCB0ZWNobm9sb2d5IHBhcnRuZXJzaGlwcy4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"135954\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"148334\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Sarah Lincoln\" desc=\"U2FyYWggTGluY29sbiBpcyB0aGUgSGVhZCBvZiBDb250ZW50IGF0IEtlcmdhbi4gU2hlIGNvb3JkaW5hdGVzIHJlc291cmNlcyBhbmQgZWRpdHMgY29udGVudCB3aXRoIGEgcGFzc2lvbi4=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367351\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"698596\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Guaian Lee\" desc=\"R3VhaWFuIExlZSBpcyBvbmUgb2YgdGhlIHByZW1pZXIgZGlnaXRhbCBtYXJrZXRpbmcgZXhwZXJ0cyBpbiB0aGUgZmllbGQu\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"389124\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30949\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Christ Eliot\" desc=\"Q2hyaXN0IEVsaW90IGlzIGEgRGlyZWN0b3Igb2YgQnVzaW5lc3MgRGV2ZWxvcG1lbnQgYXQgS2VyZ2FuLiBXaXRoIDUgeWVhcnPigJkgZXhwZXJpZW5jZSBpbiB0aGUgbWFya2V0aW5nIGFuZCBhZHZlcnRpc2luZyB3b3JsZC4=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 18:30:57','2020-03-14 23:30:57','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9361,1,'2020-03-14 21:11:08','2020-03-15 02:11:08','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:11:08','2020-03-15 02:11:08','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9763,1,'2020-12-11 10:05:01','2020-12-11 15:05:01','<span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<hr />\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\"><img class=\"alignright size-medium wp-image-9619\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo5-300x217.png\" alt=\"\" width=\"300\" height=\"217\" />Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 10:05:01','2020-12-11 15:05:01','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9765,1,'2020-12-11 10:08:37','2020-12-11 15:08:37','<span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<hr />\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en 2020<span style=\"font-style: inherit;\">.</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 10:08:37','2020-12-11 15:08:37','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9764,1,'2020-12-11 10:05:34','2020-12-11 15:05:34','<span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<hr />\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\"><img class=\"alignright size-medium wp-image-9619\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo5-300x217.png\" alt=\"\" width=\"300\" height=\"217\" />Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 10:05:34','2020-12-11 15:05:34','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9903,1,'2021-04-24 11:31:11','2021-04-24 16:31:11','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></a><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/></a><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></a><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9896,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9896\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-04-24 11:31:11','2021-04-24 16:31:11','',239,'https://redpsiju.org/2021/04/24/239-revision-v1/',0,'revision','',0),(9769,1,'2020-12-11 10:28:23','2020-12-11 15:28:23','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\"><hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asamblea de Directorio 2016</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en 2020<span style=\"font-style: inherit;\">.</span></p>\n<hr />\n<p> </p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:heading -->\n<h2>Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong>&nbsp;Condecoración al Mérito Iberoamericano «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 10:28:23','2020-12-11 15:28:23','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9778,1,'2020-12-17 17:26:55','2020-12-17 22:26:55','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la Asociación Argentina de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la Asociación Peruana de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la Asociación Brasilera de Psicología Jurídica </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriela Coros de la Piedra </strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú (<a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Web Personal)</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Bernat-N Tiffón </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña (<a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com\" target=\"_blank\">Web Personal)</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 17:26:55','2020-12-17 22:26:55','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9776,1,'2020-12-11 10:56:39','2020-12-11 15:56:39','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la Asociación Argentina de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la Asociación Peruana de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la Asociación Brasilera de Psicología Jurídica </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriela Coros de la Piedra </strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú (<a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Web Personal)</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Bernat-N Tiffón </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña (<a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com\" target=\"_blank\">Web Personal)</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-11 10:56:39','2020-12-11 15:56:39','',239,'https://redpsiju.org/2020/12/11/239-revision-v1/',0,'revision','',0),(9773,1,'2020-12-11 10:44:47','2020-12-11 15:44:47','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n\n<span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3000358 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2884206 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-296585 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9276\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Gabriel Alberto Letaif</div>\n<div class=\"content-desc\">Presidente ProTempore de la RedPsiJu y, Presidente de la Asociación Argentina de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3233177 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4006529 kc-image-hover-effects kc-img-effects-2 default\">\n<div></div>\n</div>\n<div></div>\n<div class=\"kc-elm kc-css-4006529 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9277\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Charles Torres Vásquez</div>\n<div class=\"content-desc\">Secretario General de la RedPsiJu y, Presidente de la Asociación Peruana de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3214731 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div></div>\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-2777596 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9280\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/5-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Iris Ayala Solis</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1013975 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-3139686 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3070970 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9282\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/7-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Miriam Rivas Pérez</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3294235 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3713459 kc-image-hover-effects kc-img-effects-2 default\">\n\n<img class=\"alignleft size-thumbnail wp-image-9281\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">João Carlos Alchieri</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Representante de la Asociación Brasilera de Psicología Jurídica</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3020292 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3812842 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9283\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/8-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n</div>\n<div></div>\n</div>\n<div></div>\n<div class=\"kc-elm kc-css-3812842 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Adriana Savio Corvino</div>\n<div class=\"content-desc\">Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-552958 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3569674 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3603250 kc-title-wrap \">\n<h4></h4>\n<h4 class=\"kc_title\">Equipo IberoAmericano</h4>\n</div>\n<div class=\"kc-elm kc-css-1522615 kc-title-wrap \">\n<h2 class=\"kc_title\">Directores Generales América del Sur / España</h2>\n</div>\n<div class=\"kc-elm kc-css-1963779 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-3681428 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3826402 kc_text_block\">\n<p style=\"text-align: left;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1925573 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2741424 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-98850 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9279\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Gabriela Coros de la Piedra</div>\n<div class=\"content-desc\">Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú (<a style=\"font-size: inherit;\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal)</a></div>\n</div>\n</div>\n<div><del>\n\n<hr />\n\n</del></div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-267055 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1223618 kc_shortcode kc_single_image\">\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2988566 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3944863 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9278\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Bernat-N Tiffón</div>\n<div class=\"content-desc\">Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña (<a style=\"font-size: inherit; text-align: center;\" href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal)</a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-11 10:44:47','2020-12-11 15:44:47','',239,'https://redpsiju.org/2020/12/11/239-revision-v1/',0,'revision','',0),(9772,1,'2020-12-11 10:44:01','2020-12-11 15:44:01','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n\n<span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3000358 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2884206 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-296585 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9276\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Gabriel Alberto Letaif</div>\n<div class=\"content-desc\">Presidente ProTempore de la RedPsiJu y, Presidente de la Asociación Argentina de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3233177 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4006529 kc-image-hover-effects kc-img-effects-2 default\">\n<div></div>\n<div class=\"overlay-effects\">\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9277\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Charles Torres Vásquez</div>\n<div class=\"content-desc\">Secretario General de la RedPsiJu y, Presidente de la Asociación Peruana de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3214731 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div></div>\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-2777596 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9280\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/5-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Iris Ayala Solis</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1013975 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-3139686 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3070970 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9282\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/7-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Miriam Rivas Pérez</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3294235 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3713459 kc-image-hover-effects kc-img-effects-2 default\">\n\n<img class=\"alignleft size-thumbnail wp-image-9281\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">João Carlos Alchieri</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Representante de la Asociación Brasilera de Psicología Jurídica</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3020292 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3812842 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9283\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/8-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n</div>\n<div></div>\n</div>\n<div></div>\n<div class=\"kc-elm kc-css-3812842 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Adriana Savio Corvino</div>\n<div class=\"content-desc\">Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-552958 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3569674 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3603250 kc-title-wrap \">\n<h4></h4>\n<h4 class=\"kc_title\">Equipo IberoAmericano</h4>\n</div>\n<div class=\"kc-elm kc-css-1522615 kc-title-wrap \">\n<h2 class=\"kc_title\">Directores Generales América del Sur / España</h2>\n</div>\n<div class=\"kc-elm kc-css-1963779 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-3681428 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3826402 kc_text_block\">\n<p style=\"text-align: left;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1925573 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2741424 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-98850 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9279\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Gabriela Coros de la Piedra</div>\n<div class=\"content-desc\">Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú (<a style=\"font-size: inherit;\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal)</a></div>\n</div>\n</div>\n<div><del>\n\n<hr />\n\n</del></div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-267055 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1223618 kc_shortcode kc_single_image\">\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2988566 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3944863 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9278\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Bernat-N Tiffón</div>\n<div class=\"content-desc\">Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña (<a style=\"font-size: inherit; text-align: center;\" href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal)</a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-11 10:44:01','2020-12-11 15:44:01','',239,'https://redpsiju.org/2020/12/11/239-revision-v1/',0,'revision','',0),(9774,1,'2020-12-11 10:45:06','2020-12-11 15:45:06','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n\n<span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3000358 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2884206 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-296585 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9276\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Gabriel Alberto Letaif</div>\n<div class=\"content-desc\">Presidente ProTempore de la RedPsiJu y, Presidente de la Asociación Argentina de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3233177 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4006529 kc-image-hover-effects kc-img-effects-2 default\">\n<div></div>\n</div>\n<div></div>\n<div class=\"kc-elm kc-css-4006529 kc-image-hover-effects kc-img-effects-2 default\">\n<div></div>\n<div class=\"overlay-effects\">\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9277\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Charles Torres Vásquez</div>\n<div class=\"content-desc\">Secretario General de la RedPsiJu y, Presidente de la Asociación Peruana de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3214731 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div></div>\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-2777596 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9280\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/5-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Iris Ayala Solis</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1013975 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-3139686 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3070970 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9282\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/7-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Miriam Rivas Pérez</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3294235 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3713459 kc-image-hover-effects kc-img-effects-2 default\">\n\n<img class=\"alignleft size-thumbnail wp-image-9281\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">João Carlos Alchieri</div>\n<div class=\"content-desc\">Miembro de la RedPsiJu y, Representante de la Asociación Brasilera de Psicología Jurídica</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3020292 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3812842 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div></div>\n<div></div>\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9283\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/8-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n</div>\n<div></div>\n</div>\n<div></div>\n<div class=\"kc-elm kc-css-3812842 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\">Adriana Savio Corvino</div>\n<div class=\"content-desc\">Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</div>\n</div>\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-552958 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3569674 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3603250 kc-title-wrap \">\n<h4></h4>\n<h4 class=\"kc_title\">Equipo IberoAmericano</h4>\n</div>\n<div class=\"kc-elm kc-css-1522615 kc-title-wrap \">\n<h2 class=\"kc_title\">Directores Generales América del Sur / España</h2>\n</div>\n<div class=\"kc-elm kc-css-1963779 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-3681428 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3826402 kc_text_block\">\n<p style=\"text-align: left;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1925573 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2741424 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-98850 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9279\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Gabriela Coros de la Piedra</div>\n<div class=\"content-desc\">Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú (<a style=\"font-size: inherit;\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal)</a></div>\n</div>\n</div>\n<div><del>\n\n<hr />\n\n</del></div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-267055 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1223618 kc_shortcode kc_single_image\">\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2988566 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3944863 kc-image-hover-effects kc-img-effects-2 default\">\n<div class=\"overlay-effects\">\n<div class=\"content-title\"><img class=\"alignleft size-thumbnail wp-image-9278\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<div></div>\n<div></div>\n<div class=\"content-title\">Bernat-N Tiffón</div>\n<div class=\"content-desc\">Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña (<a style=\"font-size: inherit; text-align: center;\" href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal)</a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-11 10:45:06','2020-12-11 15:45:06','',239,'https://redpsiju.org/2020/12/11/239-revision-v1/',0,'revision','',0),(9777,1,'2020-12-17 17:25:39','2020-12-17 22:25:39','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la Asociación Argentina de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la Asociación Peruana de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la Asociación Brasilera de Psicología Jurídica </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriela Coros de la Piedra </strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú (<a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Web Personal)</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Bernat-N Tiffón </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña (<a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com\" target=\"_blank\">Web Personal)</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 17:25:39','2020-12-17 22:25:39','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9960,1,'2022-06-28 08:55:43','2022-06-28 13:55:43','','Personal 2','','inherit','open','closed','','personal-2','','','2022-06-28 08:55:43','2022-06-28 13:55:43','',239,'https://redpsiju.org/wp-content/uploads/2022/06/Personal-2.png',0,'attachment','image/png',0),(9808,1,'2020-12-17 18:35:32','2020-12-17 23:35:32','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 18:35:32','2020-12-17 23:35:32','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9807,1,'2020-12-17 18:32:26','2020-12-17 23:32:26','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 18:32:26','2020-12-17 23:32:26','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9782,1,'2020-12-17 17:45:08','2020-12-17 22:45:08','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:45:08','2020-12-17 22:45:08','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9783,1,'2020-12-17 17:46:09','2020-12-17 22:46:09','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:46:09','2020-12-17 22:46:09','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9785,1,'2020-12-17 17:47:16','2020-12-17 22:47:16','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:47:16','2020-12-17 22:47:16','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9784,1,'2020-12-17 17:46:41','2020-12-17 22:46:41','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:46:41','2020-12-17 22:46:41','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9787,1,'2020-12-17 17:47:48','2020-12-17 22:47:48','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:47:48','2020-12-17 22:47:48','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9786,1,'2020-12-17 17:47:33','2020-12-17 22:47:33','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:47:33','2020-12-17 22:47:33','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9788,1,'2020-12-17 17:48:14','2020-12-17 22:48:14','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:48:14','2020-12-17 22:48:14','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9789,1,'2020-12-17 17:50:38','2020-12-17 22:50:38','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:50:38','2020-12-17 22:50:38','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9790,1,'2020-12-17 17:52:02','2020-12-17 22:52:02','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:52:02','2020-12-17 22:52:02','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9791,1,'2020-12-17 17:55:28','2020-12-17 22:55:28','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Argentina de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Argentina de Psicología Jurídica y Forense</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Peruana de Psicología Jurídica y Forense  (se abre en una nueva pestaña)\">Asociación Peruana de Psicología Jurídica y Forense </a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la <a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Brasilera de Psicología Jurídica (se abre en una nueva pestaña)\">Asociación Brasilera de Psicología Jurídica</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gabriela Coros de la Piedra  (se abre en una nueva pestaña)\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Bernat-N Tiffón (se abre en una nueva pestaña)\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 17:55:28','2020-12-17 22:55:28','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9793,1,'2020-12-17 18:00:54','2020-12-17 23:00:54','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-2038887{width: 33.33%;}body.kc-css-system .kc-css-4016960{width: 33.33%;}body.kc-css-system .kc-css-3126844{width: 33.33%;}body.kc-css-system .kc-css-2008459{width: 33.33%;}body.kc-css-system .kc-css-1476264{width: 33.33%;}body.kc-css-system .kc-css-2176056{width: 33.33%;}}body.kc-css-system .kc-css-1332787{padding-top: 20px;padding-bottom: 20px;}body.kc-css-system .kc-css-3174243.kc_title,body.kc-css-system .kc-css-3174243 .kc_title,body.kc-css-system .kc-css-3174243 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-1880784.kc_title,body.kc-css-system .kc-css-1880784 .kc_title,body.kc-css-system .kc-css-1880784 .kc_title a.kc_title_link{font-weight: 800;text-transform: capitalize;text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-991220 ,body.kc-css-system .kc-css-991220 p{color: #333333;font-family: Merriweather;font-size: 18px;line-height: 27px;font-style: italic;text-align: center;}body.kc-css-system .kc-css-991220 p{margin-bottom: 48px;}body.kc-css-system .kc-css-2213324{padding-top: 40px;padding-bottom: 20px;}body.kc-css-system .kc-css-1672798.kc_title,body.kc-css-system .kc-css-1672798 .kc_title,body.kc-css-system .kc-css-1672798 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-2956094.kc_title,body.kc-css-system .kc-css-2956094 .kc_title,body.kc-css-system .kc-css-2956094 .kc_title a.kc_title_link{font-weight: 800;text-transform: capitalize;text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-3114145 ,body.kc-css-system .kc-css-3114145 p{color: #333333;font-family: Merriweather;font-size: 18px;line-height: 27px;font-style: italic;text-align: center;}body.kc-css-system .kc-css-3114145 p{margin-bottom: 48px;}body.kc-css-system .kc-css-1069389{text-align: right;padding-bottom: 20px;}body.kc-css-system .kc-css-3094555{text-align: center;}body.kc-css-system .kc-css-3676058{text-align: right;}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-2038887{margin-bottom: 24px;}body.kc-css-system .kc-css-4016960{margin-bottom: 24px;}body.kc-css-system .kc-css-2008459{margin-bottom: 24px;}body.kc-css-system .kc-css-1476264{margin-bottom: 24px;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-3174243.kc_title,body.kc-css-system .kc-css-3174243 .kc_title,body.kc-css-system .kc-css-3174243 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-2038887{margin-bottom: 24px;}body.kc-css-system .kc-css-4016960{margin-bottom: 24px;}body.kc-css-system .kc-css-1672798.kc_title,body.kc-css-system .kc-css-1672798 .kc_title,body.kc-css-system .kc-css-1672798 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-2008459{margin-bottom: 24px;}body.kc-css-system .kc-css-1476264{margin-bottom: 24px;}}</style>\n\n<span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Planificar para Articular</span>\n\n<section class=\"kc-elm kc-css-1332787 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-497931 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1880784 kc-title-wrap \">\n<h2 class=\"kc_title\">Lineamientos Programáticos Consensuados</h2>\n</div>\n<div class=\"kc-elm kc-css-991220 kc_text_block\">\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n</div>\n<div class=\"kc-elm kc-css-2485191 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2038887 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1493058 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/acta.jpg\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-4016960 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3743339 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/esta.jpg\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3126844 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-503026 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/pei.jpg\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n</div>\n<div class=\"kc-elm kc-css-2956094 kc-title-wrap \">\n<h2 class=\"kc_title\">Condecoración Medalla al Mérito Iberoamericano</h2>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n</div>\n<div class=\"kc-elm kc-css-1069389 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2008459 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3880550 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/resolucion.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/reso.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1476264 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3094555 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/meda.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2176056 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3676058 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/diplo.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/diplo.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n\n<img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" />\n\n</div>\n<div class=\"item\">\n\n<img src=\"https://redpsiju.org/wp-content/uploads/2020/03/medallas.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-12-17 18:00:54','2020-12-17 23:00:54','',416,'https://redpsiju.org/2020/12/17/416-revision-v1/',0,'revision','',0),(9795,1,'2020-12-17 18:10:41','2020-12-17 23:10:41','<!-- wp:heading {\"level\":4} -->\n<h4>Planificar para Articular</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Lineamientos Programáticos Consensuados</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9335,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/acta.jpg\" alt=\"\" class=\"wp-image-9335\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9336,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/esta.jpg\" alt=\"\" class=\"wp-image-9336\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9337,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/pei.jpg\" alt=\"\" class=\"wp-image-9337\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n</div>\n<div class=\"kc-elm kc-css-2956094 kc-title-wrap \">\n<h2 class=\"kc_title\">Condecoración Medalla al Mérito Iberoamericano</h2>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/medallas.png\" alt=\"\" /></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9546,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/resolucion.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/reso.png\" alt=\"\" class=\"wp-image-9546\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9545,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/meda.png\" alt=\"\" class=\"wp-image-9545\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9576,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/diplo.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/diplo.png\" alt=\"\" class=\"wp-image-9576\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-12-17 18:10:41','2020-12-17 23:10:41','',416,'https://redpsiju.org/2020/12/17/416-revision-v1/',0,'revision','',0),(9794,1,'2020-12-17 18:03:08','2020-12-17 23:03:08','<!-- wp:paragraph -->\n<p>Planificar para Articular</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Lineamientos Programáticos Consensuados</h2>\n<!-- /wp:heading -->\n\n<p><style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-2038887{width: 33.33%;}body.kc-css-system .kc-css-4016960{width: 33.33%;}body.kc-css-system .kc-css-3126844{width: 33.33%;}body.kc-css-system .kc-css-2008459{width: 33.33%;}body.kc-css-system .kc-css-1476264{width: 33.33%;}body.kc-css-system .kc-css-2176056{width: 33.33%;}}body.kc-css-system .kc-css-1332787{padding-top: 20px;padding-bottom: 20px;}body.kc-css-system .kc-css-3174243.kc_title,body.kc-css-system .kc-css-3174243 .kc_title,body.kc-css-system .kc-css-3174243 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-1880784.kc_title,body.kc-css-system .kc-css-1880784 .kc_title,body.kc-css-system .kc-css-1880784 .kc_title a.kc_title_link{font-weight: 800;text-transform: capitalize;text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-991220 ,body.kc-css-system .kc-css-991220 p{color: #333333;font-family: Merriweather;font-size: 18px;line-height: 27px;font-style: italic;text-align: center;}body.kc-css-system .kc-css-991220 p{margin-bottom: 48px;}body.kc-css-system .kc-css-2213324{padding-top: 40px;padding-bottom: 20px;}body.kc-css-system .kc-css-1672798.kc_title,body.kc-css-system .kc-css-1672798 .kc_title,body.kc-css-system .kc-css-1672798 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: center;margin-bottom: 12px;}body.kc-css-system .kc-css-2956094.kc_title,body.kc-css-system .kc-css-2956094 .kc_title,body.kc-css-system .kc-css-2956094 .kc_title a.kc_title_link{font-weight: 800;text-transform: capitalize;text-align: center;margin-bottom: 24px;}body.kc-css-system .kc-css-3114145 ,body.kc-css-system .kc-css-3114145 p{color: #333333;font-family: Merriweather;font-size: 18px;line-height: 27px;font-style: italic;text-align: center;}body.kc-css-system .kc-css-3114145 p{margin-bottom: 48px;}body.kc-css-system .kc-css-1069389{text-align: right;padding-bottom: 20px;}body.kc-css-system .kc-css-3094555{text-align: center;}body.kc-css-system .kc-css-3676058{text-align: right;}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-2038887{margin-bottom: 24px;}body.kc-css-system .kc-css-4016960{margin-bottom: 24px;}body.kc-css-system .kc-css-2008459{margin-bottom: 24px;}body.kc-css-system .kc-css-1476264{margin-bottom: 24px;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-3174243.kc_title,body.kc-css-system .kc-css-3174243 .kc_title,body.kc-css-system .kc-css-3174243 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-2038887{margin-bottom: 24px;}body.kc-css-system .kc-css-4016960{margin-bottom: 24px;}body.kc-css-system .kc-css-1672798.kc_title,body.kc-css-system .kc-css-1672798 .kc_title,body.kc-css-system .kc-css-1672798 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-2008459{margin-bottom: 24px;}body.kc-css-system .kc-css-1476264{margin-bottom: 24px;}}</style></p>\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Planificar para Articular</span></p>\n<section class=\"kc-elm kc-css-1332787 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-497931 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1880784 kc-title-wrap \">\n<h2 class=\"kc_title\">Lineamientos Programáticos Consensuados</h2>\n</div>\n<div class=\"kc-elm kc-css-991220 kc_text_block\">\n<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\n</div>\n<div class=\"kc-elm kc-css-2485191 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2038887 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1493058 kc_shortcode kc_single_image\">\n<p><a title=\"\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><br /><img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/acta.jpg\" alt=\"\" /> </a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-4016960 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3743339 kc_shortcode kc_single_image\">\n<p><a title=\"\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><br /><img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/esta.jpg\" alt=\"\" /> </a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3126844 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-503026 kc_shortcode kc_single_image\">\n<p><a title=\"\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><br /><img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/pei.jpg\" alt=\"\" /> </a></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n</div>\n<div class=\"kc-elm kc-css-2956094 kc-title-wrap \">\n<h2 class=\"kc_title\">Condecoración Medalla al Mérito Iberoamericano</h2>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\n</div>\n<div class=\"kc-elm kc-css-1069389 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2008459 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3880550 kc_shortcode kc_single_image\">\n<p><a title=\"\" href=\"http://www.redpsiju.org/doc/resolucion.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><br /><img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/reso.png\" alt=\"\" /> </a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1476264 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3094555 kc_shortcode kc_single_image\">\n<p><a title=\"\" href=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><br /><img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/meda.png\" alt=\"\" /> </a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2176056 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3676058 kc_shortcode kc_single_image\">\n<p><a title=\"\" href=\"http://www.redpsiju.org/doc/diplo.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><br /><img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/diplo.png\" alt=\"\" /> </a></p>\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/medallas.png\" alt=\"\" /></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-12-17 18:03:08','2020-12-17 23:03:08','',416,'https://redpsiju.org/2020/12/17/416-revision-v1/',0,'revision','',0),(9796,1,'2020-12-17 18:13:51','2020-12-17 23:13:51','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9276,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>abriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9775,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9280,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption> <strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Argentina de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Argentina de Psicología Jurídica y Forense</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Peruana de Psicología Jurídica y Forense  (se abre en una nueva pestaña)\">Asociación Peruana de Psicología Jurídica y Forense </a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la <a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Brasilera de Psicología Jurídica (se abre en una nueva pestaña)\">Asociación Brasilera de Psicología Jurídica</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gabriela Coros de la Piedra  (se abre en una nueva pestaña)\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Bernat-N Tiffón (se abre en una nueva pestaña)\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:13:51','2020-12-17 23:13:51','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9797,1,'2020-12-17 18:14:34','2020-12-17 23:14:34','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9276,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>abriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9277,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption> <strong>ohn</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9280,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption> <strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Argentina de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Argentina de Psicología Jurídica y Forense</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Peruana de Psicología Jurídica y Forense  (se abre en una nueva pestaña)\">Asociación Peruana de Psicología Jurídica y Forense </a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la <a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Brasilera de Psicología Jurídica (se abre en una nueva pestaña)\">Asociación Brasilera de Psicología Jurídica</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gabriela Coros de la Piedra  (se abre en una nueva pestaña)\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Bernat-N Tiffón (se abre en una nueva pestaña)\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:14:34','2020-12-17 23:14:34','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9798,1,'2020-12-17 18:15:40','2020-12-17 23:15:40','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9276,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9277,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9280,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Argentina de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Argentina de Psicología Jurídica y Forense</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Peruana de Psicología Jurídica y Forense  (se abre en una nueva pestaña)\">Asociación Peruana de Psicología Jurídica y Forense </a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la <a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Brasilera de Psicología Jurídica (se abre en una nueva pestaña)\">Asociación Brasilera de Psicología Jurídica</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gabriela Coros de la Piedra  (se abre en una nueva pestaña)\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Bernat-N Tiffón (se abre en una nueva pestaña)\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:15:40','2020-12-17 23:15:40','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9800,1,'2020-12-17 18:18:15','2020-12-17 23:18:15','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9276,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Argentina de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Argentina de Psicología Jurídica y Forense</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Peruana de Psicología Jurídica y Forense  (se abre en una nueva pestaña)\">Asociación Peruana de Psicología Jurídica y Forense </a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la <a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Brasilera de Psicología Jurídica (se abre en una nueva pestaña)\">Asociación Brasilera de Psicología Jurídica</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gabriela Coros de la Piedra  (se abre en una nueva pestaña)\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Bernat-N Tiffón (se abre en una nueva pestaña)\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:18:15','2020-12-17 23:18:15','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9799,1,'2020-12-17 18:16:16','2020-12-17 23:16:16','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9276,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Gabriel Alberto Letaif </strong>Presidente ProTempore de la RedPsiJu y, Presidente de la <a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Argentina de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Argentina de Psicología Jurídica y Forense</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9775,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/12/jo.png\" alt=\"\" class=\"wp-image-9775\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>John</strong> <strong>Charles Torres Vásquez </strong>Secretario General de la RedPsiJu y, Presidente de la <a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Peruana de Psicología Jurídica y Forense  (se abre en una nueva pestaña)\">Asociación Peruana de Psicología Jurídica y Forense </a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9280,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Iris Ayala Solis </strong>            Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9282,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Miriam Rivas Pérez      </strong>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9281,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>João Carlos Alchieri      </strong>Miembro de la RedPsiJu y, Representante de la <a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Brasilera de Psicología Jurídica (se abre en una nueva pestaña)\">Asociación Brasilera de Psicología Jurídica</a> </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":9283,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong>Adriana Savio Corvino </strong>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":9279,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Gabriela Coros de la Piedra  (se abre en una nueva pestaña)\">Gabriela Coros de la Piedra </a></strong>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":9278,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right\"><figure class=\"wp-block-media-text__media\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p><strong><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Bernat-N Tiffón (se abre en una nueva pestaña)\">Bernat-N Tiffón</a> </strong>            Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:16:16','2020-12-17 23:16:16','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9762,1,'2020-12-11 10:03:43','2020-12-11 15:03:43','<span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 10:03:43','2020-12-11 15:03:43','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9761,1,'2020-12-11 10:02:44','2020-12-11 15:02:44','<img class=\"alignright size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />\n\n<span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 10:02:44','2020-12-11 15:02:44','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9760,1,'2020-12-11 10:00:49','2020-12-11 15:00:49','<span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\">Red Iberoa<img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />mericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.<img class=\"alignright size-medium wp-image-9619\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo5-300x217.png\" alt=\"\" width=\"300\" height=\"217\" /></span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 10:00:49','2020-12-11 15:00:49','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9754,1,'2020-12-11 09:53:13','2020-12-11 14:53:13','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-3035831{width: 33.33%;}body.kc-css-system .kc-css-3084083{width: 33.33%;}body.kc-css-system .kc-css-1061722{width: 33.33%;}body.kc-css-system .kc-css-208723{width: 100%;}body.kc-css-system .kc-css-4352274{width: 50%;}body.kc-css-system .kc-css-999471{width: 50%;}}body.kc-css-system .kc-css-3997242{margin-top: -130px !important;/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important;}body.kc-css-system .kc-css-3035831{width: 45%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{color: #0f0961;font-size: 46px;font-weight: 800;line-height: 53px;letter-spacing: -2px;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-242216 ,body.kc-css-system .kc-css-242216 p{color: #200f73;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-1512593 ,body.kc-css-system .kc-css-1512593 p{color: #6b6b6b;font-family: Lato;font-size: 16px;line-height: 24px;}body.kc-css-system .kc-css-1512593 p{margin-bottom: 0px;}body.kc-css-system .kc-css-3084083{padding-right: 0px;padding-left: 0px;width: 2%;}body.kc-css-system .kc-css-1061722{width: 53%;}body.kc-css-system .kc-css-3071121{background: linear-gradient(#2a3ea1, rgba(247, 247, 247, 0.89));margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-3541932{padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-4352274{width: 49%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{color: #ffffff;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 12px;}body.kc-css-system .kc-css-394305 ,body.kc-css-system .kc-css-394305 p{color: #ffffff;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-394305{padding-bottom: 0px;}body.kc-css-system .kc-css-394305 p{margin-bottom: 0px;}body.kc-css-system .kc-css-999471{width: 49%;}@media only screen and (max-width: 1024px){body.kc-css-system .kc-css-3997242{padding-top: 96px;padding-bottom: 96px;}}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-3997242{padding-top: 192px;}body.kc-css-system .kc-css-3035831{margin-bottom: 24px;width: 100%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-3084083{width: 0%;}body.kc-css-system .kc-css-1061722{width: 100%;}body.kc-css-system .kc-css-208723{margin-bottom: 24px;}body.kc-css-system .kc-css-4352274{width: 100%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-999471{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}}</style>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1423811 kc-title-wrap \">\n<h1 class=\"kc_title\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</h1>\n</div>\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a></p>\n<p style=\"text-align: center;\"><a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3084083 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\"></div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3600616 kc-title-wrap \">\n<h2 class=\"kc_title\">Asamblea de Directorio 2016</h2>\n</div>\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-999471 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1513421 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/lim2.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 09:53:13','2020-12-11 14:53:13','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9755,1,'2020-12-11 09:55:05','2020-12-11 14:55:05','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-3035831{width: 33.33%;}body.kc-css-system .kc-css-3084083{width: 33.33%;}body.kc-css-system .kc-css-1061722{width: 33.33%;}body.kc-css-system .kc-css-208723{width: 100%;}body.kc-css-system .kc-css-4352274{width: 50%;}body.kc-css-system .kc-css-999471{width: 50%;}}body.kc-css-system .kc-css-3997242{margin-top: -130px !important;/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important;}body.kc-css-system .kc-css-3035831{width: 45%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{color: #0f0961;font-size: 46px;font-weight: 800;line-height: 53px;letter-spacing: -2px;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-242216 ,body.kc-css-system .kc-css-242216 p{color: #200f73;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-1512593 ,body.kc-css-system .kc-css-1512593 p{color: #6b6b6b;font-family: Lato;font-size: 16px;line-height: 24px;}body.kc-css-system .kc-css-1512593 p{margin-bottom: 0px;}body.kc-css-system .kc-css-3084083{padding-right: 0px;padding-left: 0px;width: 2%;}body.kc-css-system .kc-css-1061722{width: 53%;}body.kc-css-system .kc-css-3071121{background: linear-gradient(#2a3ea1, rgba(247, 247, 247, 0.89));margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-3541932{padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-4352274{width: 49%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{color: #ffffff;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 12px;}body.kc-css-system .kc-css-394305 ,body.kc-css-system .kc-css-394305 p{color: #ffffff;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-394305{padding-bottom: 0px;}body.kc-css-system .kc-css-394305 p{margin-bottom: 0px;}body.kc-css-system .kc-css-999471{width: 49%;}@media only screen and (max-width: 1024px){body.kc-css-system .kc-css-3997242{padding-top: 96px;padding-bottom: 96px;}}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-3997242{padding-top: 192px;}body.kc-css-system .kc-css-3035831{margin-bottom: 24px;width: 100%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-3084083{width: 0%;}body.kc-css-system .kc-css-1061722{width: 100%;}body.kc-css-system .kc-css-208723{margin-bottom: 24px;}body.kc-css-system .kc-css-4352274{width: 100%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-999471{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}}</style>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1423811 kc-title-wrap \">\n<h1 class=\"kc_title\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</h1>\n</div>\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3084083 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\"></div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3600616 kc-title-wrap \">\n<h2 class=\"kc_title\">Asamblea de Directorio 2016</h2>\n</div>\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-999471 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1513421 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/lim2.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 09:55:05','2020-12-11 14:55:05','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9806,1,'2020-12-17 18:27:47','2020-12-17 23:27:47','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption> <strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:27:47','2020-12-17 23:27:47','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9810,1,'2020-12-17 18:37:57','2020-12-17 23:37:57','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 18:37:57','2020-12-17 23:37:57','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9809,1,'2020-12-17 18:36:21','2020-12-17 23:36:21','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 18:36:21','2020-12-17 23:36:21','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9860,1,'2021-01-24 09:32:06','2021-01-24 14:32:06','<div class=\"kc-elm kc-css-3864853 kc-title-wrap \">\n<h4 class=\"kc_title\">Sensibilizar y Cooperar</h4>\n</div>\n<div class=\"kc-elm kc-css-3557305 kc-title-wrap \">\n<h2 class=\"kc_title\">Potenciar Prevención frente al COVID-19</h2>\n<p><a href=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&amp;feature=youtu.be\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter size-full wp-image-9712\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/lauraasensi.png\" alt=\"\" width=\"1200\" height=\"667\" /></a></p>\n</div>\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Articulación Académica y Científica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9856,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/banner-1024x375.png\" alt=\"\" class=\"wp-image-9856\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9732,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster-1024x512.png\" alt=\"\" class=\"wp-image-9732\"/></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2021-01-24 09:32:06','2021-01-24 14:32:06','',661,'https://redpsiju.org/2021/01/24/661-revision-v1/',0,'revision','',0),(9855,1,'2021-01-24 09:23:23','2021-01-24 14:23:23','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-2680525{width: 100%;}body.kc-css-system .kc-css-462408{width: 100%;}body.kc-css-system .kc-css-431933{width: 100%;}body.kc-css-system .kc-css-673552{width: 100%;}}body.kc-css-system .kc-css-398794{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-2680525{width: 49%;}body.kc-css-system .kc-css-3864853.kc_title,body.kc-css-system .kc-css-3864853 .kc_title,body.kc-css-system .kc-css-3864853 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 6px;}body.kc-css-system .kc-css-3557305.kc_title,body.kc-css-system .kc-css-3557305 .kc_title,body.kc-css-system .kc-css-3557305 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2811062{text-align: center;}body.kc-css-system .kc-css-2282591{margin-top: 30px;}body.kc-css-system .kc-css-462408{width: 49%;}body.kc-css-system .kc-css-3308626.kc_title,body.kc-css-system .kc-css-3308626 .kc_title,body.kc-css-system .kc-css-3308626 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 6px;}body.kc-css-system .kc-css-681337.kc_title,body.kc-css-system .kc-css-681337 .kc_title,body.kc-css-system .kc-css-681337 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2173379{text-align: center;}body.kc-css-system .kc-css-4207759{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-431933{width: 49%;}body.kc-css-system .kc-css-1712770.kc_title,body.kc-css-system .kc-css-1712770 .kc_title,body.kc-css-system .kc-css-1712770 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: right;margin-top: 15px;margin-bottom: 6px;}body.kc-css-system .kc-css-3074840.kc_title,body.kc-css-system .kc-css-3074840 .kc_title,body.kc-css-system .kc-css-3074840 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: right;margin-bottom: 24px;}body.kc-css-system .kc-css-1666710{text-align: center;}body.kc-css-system .kc-css-3279427{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-673552{width: 49%;}body.kc-css-system .kc-css-1190474.kc_title,body.kc-css-system .kc-css-1190474 .kc_title,body.kc-css-system .kc-css-1190474 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-top: 15px;margin-bottom: 6px;}body.kc-css-system .kc-css-955993.kc_title,body.kc-css-system .kc-css-955993 .kc_title,body.kc-css-system .kc-css-955993 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-1257311{text-align: center;}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-2680525{width: 100%;}body.kc-css-system .kc-css-462408{width: 100%;}body.kc-css-system .kc-css-431933{width: 100%;}body.kc-css-system .kc-css-673552{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-3864853.kc_title,body.kc-css-system .kc-css-3864853 .kc_title,body.kc-css-system .kc-css-3864853 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3557305.kc_title,body.kc-css-system .kc-css-3557305 .kc_title,body.kc-css-system .kc-css-3557305 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3308626.kc_title,body.kc-css-system .kc-css-3308626 .kc_title,body.kc-css-system .kc-css-3308626 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-681337.kc_title,body.kc-css-system .kc-css-681337 .kc_title,body.kc-css-system .kc-css-681337 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1712770.kc_title,body.kc-css-system .kc-css-1712770 .kc_title,body.kc-css-system .kc-css-1712770 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3074840.kc_title,body.kc-css-system .kc-css-3074840 .kc_title,body.kc-css-system .kc-css-3074840 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1190474.kc_title,body.kc-css-system .kc-css-1190474 .kc_title,body.kc-css-system .kc-css-1190474 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-955993.kc_title,body.kc-css-system .kc-css-955993 .kc_title,body.kc-css-system .kc-css-955993 .kc_title a.kc_title_link{margin-bottom: 12px;}}</style>\n\n<section class=\"kc-elm kc-css-398794 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-1615894 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-791254 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2680525 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3864853 kc-title-wrap \">\n<h4 class=\"kc_title\">Sensibilizar y Cooperar</h4>\n</div>\n<div class=\"kc-elm kc-css-3557305 kc-title-wrap \">\n<h2 class=\"kc_title\">Potenciar Prevención frente al COVID-19</h2>\n</div>\n<div class=\"kc-elm kc-css-2811062 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&amp;feature=youtu.be\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/lauraasensi.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2282591 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-462408 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3308626 kc-title-wrap \">\n<h4 class=\"kc_title\">Integración Global PsiJurídica</h4>\n</div>\n<div class=\"kc-elm kc-css-681337 kc-title-wrap \">\n<h2 class=\"kc_title\">Articulación Académica y Científica</h2>\n</div>\n<div class=\"kc-elm kc-css-2173379 kc_shortcode kc_single_image\">\n\n<img class=\"alignleft size-thumbnail wp-image-9854\" src=\"https://redpsiju.org/wp-content/uploads/2021/01/banner-150x150.png\" alt=\"\" width=\"150\" height=\"150\" /><img class=\"aligncenter size-full wp-image-9812\" src=\"https://redpsiju.org/wp-content/uploads/2020/12/banner.png\" alt=\"\" width=\"1200\" height=\"440\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-4207759 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4184443 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3894120 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-431933 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1712770 kc-title-wrap \">\n<h4 class=\"kc_title\">Modalidad Blended Learning</h4>\n</div>\n<div class=\"kc-elm kc-css-3074840 kc-title-wrap \">\n<h2 class=\"kc_title\">Participa desde donde vives</h2>\n</div>\n<div class=\"kc-elm kc-css-1666710 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3279427 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4311457 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-919968 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-673552 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1190474 kc-title-wrap \">\n<h4 class=\"kc_title\">En breve 2020</h4>\n</div>\n<div class=\"kc-elm kc-css-955993 kc-title-wrap \">\n<h2 class=\"kc_title\">Plataformas Virtuales País</h2>\n</div>\n<div class=\"kc-elm kc-css-1257311 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/2020.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2021-01-24 09:23:23','2021-01-24 14:23:23','',661,'https://redpsiju.org/2021/01/24/661-revision-v1/',0,'revision','',0),(9813,1,'2020-12-17 18:52:30','2020-12-17 23:52:30','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-2680525{width: 100%;}body.kc-css-system .kc-css-462408{width: 100%;}body.kc-css-system .kc-css-431933{width: 100%;}body.kc-css-system .kc-css-673552{width: 100%;}}body.kc-css-system .kc-css-398794{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-2680525{width: 49%;}body.kc-css-system .kc-css-3864853.kc_title,body.kc-css-system .kc-css-3864853 .kc_title,body.kc-css-system .kc-css-3864853 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 6px;}body.kc-css-system .kc-css-3557305.kc_title,body.kc-css-system .kc-css-3557305 .kc_title,body.kc-css-system .kc-css-3557305 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2811062{text-align: center;}body.kc-css-system .kc-css-2282591{margin-top: 30px;}body.kc-css-system .kc-css-462408{width: 49%;}body.kc-css-system .kc-css-3308626.kc_title,body.kc-css-system .kc-css-3308626 .kc_title,body.kc-css-system .kc-css-3308626 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 6px;}body.kc-css-system .kc-css-681337.kc_title,body.kc-css-system .kc-css-681337 .kc_title,body.kc-css-system .kc-css-681337 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2173379{text-align: center;}body.kc-css-system .kc-css-4207759{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-431933{width: 49%;}body.kc-css-system .kc-css-1712770.kc_title,body.kc-css-system .kc-css-1712770 .kc_title,body.kc-css-system .kc-css-1712770 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: right;margin-top: 15px;margin-bottom: 6px;}body.kc-css-system .kc-css-3074840.kc_title,body.kc-css-system .kc-css-3074840 .kc_title,body.kc-css-system .kc-css-3074840 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: right;margin-bottom: 24px;}body.kc-css-system .kc-css-1666710{text-align: center;}body.kc-css-system .kc-css-3279427{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-673552{width: 49%;}body.kc-css-system .kc-css-1190474.kc_title,body.kc-css-system .kc-css-1190474 .kc_title,body.kc-css-system .kc-css-1190474 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-top: 15px;margin-bottom: 6px;}body.kc-css-system .kc-css-955993.kc_title,body.kc-css-system .kc-css-955993 .kc_title,body.kc-css-system .kc-css-955993 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-1257311{text-align: center;}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-2680525{width: 100%;}body.kc-css-system .kc-css-462408{width: 100%;}body.kc-css-system .kc-css-431933{width: 100%;}body.kc-css-system .kc-css-673552{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-3864853.kc_title,body.kc-css-system .kc-css-3864853 .kc_title,body.kc-css-system .kc-css-3864853 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3557305.kc_title,body.kc-css-system .kc-css-3557305 .kc_title,body.kc-css-system .kc-css-3557305 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3308626.kc_title,body.kc-css-system .kc-css-3308626 .kc_title,body.kc-css-system .kc-css-3308626 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-681337.kc_title,body.kc-css-system .kc-css-681337 .kc_title,body.kc-css-system .kc-css-681337 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1712770.kc_title,body.kc-css-system .kc-css-1712770 .kc_title,body.kc-css-system .kc-css-1712770 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3074840.kc_title,body.kc-css-system .kc-css-3074840 .kc_title,body.kc-css-system .kc-css-3074840 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1190474.kc_title,body.kc-css-system .kc-css-1190474 .kc_title,body.kc-css-system .kc-css-1190474 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-955993.kc_title,body.kc-css-system .kc-css-955993 .kc_title,body.kc-css-system .kc-css-955993 .kc_title a.kc_title_link{margin-bottom: 12px;}}</style>\n\n<section class=\"kc-elm kc-css-398794 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-1615894 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-791254 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2680525 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3864853 kc-title-wrap \">\n<h4 class=\"kc_title\">Sensibilizar y Cooperar</h4>\n</div>\n<div class=\"kc-elm kc-css-3557305 kc-title-wrap \">\n<h2 class=\"kc_title\">Potenciar Prevención frente al COVID-19</h2>\n</div>\n<div class=\"kc-elm kc-css-2811062 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&amp;feature=youtu.be\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/lauraasensi.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2282591 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-462408 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3308626 kc-title-wrap \">\n<h4 class=\"kc_title\">Integración Global PsiJurídica</h4>\n</div>\n<div class=\"kc-elm kc-css-681337 kc-title-wrap \">\n<h2 class=\"kc_title\">Articulación Académica y Científica</h2>\n</div>\n<div class=\"kc-elm kc-css-2173379 kc_shortcode kc_single_image\">\n\n<img class=\"aligncenter size-full wp-image-9812\" src=\"https://redpsiju.org/wp-content/uploads/2020/12/banner.png\" alt=\"\" width=\"1200\" height=\"440\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-4207759 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4184443 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3894120 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-431933 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1712770 kc-title-wrap \">\n<h4 class=\"kc_title\">Modalidad Blended Learning</h4>\n</div>\n<div class=\"kc-elm kc-css-3074840 kc-title-wrap \">\n<h2 class=\"kc_title\">Participa desde donde vives</h2>\n</div>\n<div class=\"kc-elm kc-css-1666710 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3279427 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4311457 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-919968 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-673552 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1190474 kc-title-wrap \">\n<h4 class=\"kc_title\">En breve 2020</h4>\n</div>\n<div class=\"kc-elm kc-css-955993 kc-title-wrap \">\n<h2 class=\"kc_title\">Plataformas Virtuales País</h2>\n</div>\n<div class=\"kc-elm kc-css-1257311 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/2020.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-12-17 18:52:30','2020-12-17 23:52:30','',661,'https://redpsiju.org/2020/12/17/661-revision-v1/',0,'revision','',0),(9804,1,'2020-12-17 18:26:56','2020-12-17 23:26:56','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption> <strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9279,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9278,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:26:56','2020-12-17 23:26:56','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9805,1,'2020-12-17 18:27:17','2020-12-17 23:27:17','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption> <strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"right\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9278,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-12-17 18:27:17','2020-12-17 23:27:17','',239,'https://redpsiju.org/2020/12/17/239-revision-v1/',0,'revision','',0),(9308,1,'2020-03-14 18:51:28','2020-03-14 23:51:28','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>\r\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:51:28','2020-03-14 23:51:28','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9309,1,'2020-03-14 18:51:57','2020-03-14 23:51:57','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:51:57','2020-03-14 23:51:57','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9310,1,'2020-03-14 18:51:58','2020-03-14 23:51:58','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>\r\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:51:58','2020-03-14 23:51:58','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9311,1,'2020-03-14 18:52:39','2020-03-14 23:52:39','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:52:39','2020-03-14 23:52:39','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9312,1,'2020-03-14 18:52:39','2020-03-14 23:52:39','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>\r\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:52:39','2020-03-14 23:52:39','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9313,1,'2020-03-14 18:53:11','2020-03-14 23:53:11','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:53:11','2020-03-14 23:53:11','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9314,1,'2020-03-14 18:53:12','2020-03-14 23:53:12','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>\r\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:53:12','2020-03-14 23:53:12','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9315,1,'2020-03-14 18:55:43','2020-03-14 23:55:43','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:55:43','2020-03-14 23:55:43','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9316,1,'2020-03-14 18:55:44','2020-03-14 23:55:44','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación a través de la virtualidad, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:55:44','2020-03-14 23:55:44','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9317,1,'2020-03-14 18:56:23','2020-03-14 23:56:23','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:56:23','2020-03-14 23:56:23','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9319,1,'2020-03-14 18:57:05','2020-03-14 23:57:05','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:57:05','2020-03-14 23:57:05','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9323,1,'2020-03-14 18:58:32','2020-03-14 23:58:32','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb24tMzAweDIxMC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:58:32','2020-03-14 23:58:32','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9322,1,'2020-03-14 18:58:31','2020-03-14 23:58:31','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:58:31','2020-03-14 23:58:31','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9324,1,'2020-03-14 18:59:30','2020-03-14 23:59:30','','fo','','inherit','open','closed','','fo','','','2020-03-14 18:59:30','2020-03-14 23:59:30','',416,'https://redpsiju.org/wp-content/uploads/2020/03/fo.jpg',0,'attachment','image/jpeg',0),(9326,1,'2020-03-14 18:59:38','2020-03-14 23:59:38','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:59:38','2020-03-14 23:59:38','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9325,1,'2020-03-14 18:59:38','2020-03-14 23:59:38','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 18:59:38','2020-03-14 23:59:38','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9327,1,'2020-03-14 19:00:13','2020-03-15 00:00:13','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:00:13','2020-03-15 00:00:13','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9328,1,'2020-03-14 19:00:14','2020-03-15 00:00:14','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:00:14','2020-03-15 00:00:14','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9340,1,'2020-03-14 19:34:54','2020-03-15 00:34:54','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" on_click_action=\"lightbox\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_single_image image_size=\"full\" _id=\"179930\" image_source=\"media_library\" image=\"9338\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:34:54','2020-03-15 00:34:54','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9329,1,'2020-03-14 19:01:08','2020-03-15 00:01:08','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:01:08','2020-03-15 00:01:08','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9330,1,'2020-03-14 19:01:09','2020-03-15 00:01:09','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoidG9wIGxlZnQiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJsb2NhbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:01:09','2020-03-15 00:01:09','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9331,1,'2020-03-14 19:01:35','2020-03-15 00:01:35','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:01:35','2020-03-15 00:01:35','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9332,1,'2020-03-14 19:01:36','2020-03-15 00:01:36','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJhdXRvIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6ImluaGVyaXQiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:01:36','2020-03-15 00:01:36','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9333,1,'2020-03-14 19:02:01','2020-03-15 00:02:01','[kc_row use_container=\"yes\" _id=\"976016\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"683310\"][kc_title text=\"Y2hvb3NlIHlvdXIgcGxhbg==\" type=\"h4\" _id=\"455020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGVkaWNhdGVkIFdlYnNpdGUgU29sdXRpb25zIEZvciBZb3VyIEJ1c2luZXNz\" type=\"h2\" _id=\"299169\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"194605\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDigital stratup, which is powered by content, advertising and community, gives start-ups and underdogs the ability to grow faster and smarter by outthinking, not outspending, the competition. Our marketing goal is simple – plan, analyze, execute, convert and measure dynamic campaigns that generate leads and build loyalty.\n\n[/kc_column_text][kc_row_inner _id=\"406215\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"172205\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"444433\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"601819\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"681765\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"424970\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"637309\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"848171\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"458324\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"893150\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"274494\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"55540\"][kc_column_inner width=\"50%\" _id=\"590153\"][kc_accordion _id=\"880878\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"962780\"][kc_column_text _id=\"881521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"862298\"][kc_column_text _id=\"842663\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"329565\"][kc_column_text _id=\"676458\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"762572\"][kc_accordion _id=\"672089\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"447281\"][kc_column_text _id=\"858650\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"725393\"][kc_column_text _id=\"201134\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"201346\"][kc_column_text _id=\"917962\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"676929\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"690015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"276016\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"914508\"][kc_column_inner width=\"16.66%\" _id=\"754368\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"299138\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"611441\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"146306\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"136865\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"224338\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"600958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"674569\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"784422\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"358690\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"57638\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"858978\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:02:01','2020-03-15 00:02:01','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9334,1,'2020-03-14 19:02:02','2020-03-15 00:02:02','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.</p>\r\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]<p>\r\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.</p>\r\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:02:02','2020-03-15 00:02:02','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9339,1,'2020-03-14 19:34:53','2020-03-15 00:34:53','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:34:53','2020-03-15 00:34:53','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9335,1,'2020-03-14 19:27:02','2020-03-15 00:27:02','','acta','','inherit','open','closed','','acta','','','2020-03-14 19:27:02','2020-03-15 00:27:02','',416,'https://redpsiju.org/wp-content/uploads/2020/03/acta.jpg',0,'attachment','image/jpeg',0),(9336,1,'2020-03-14 19:27:11','2020-03-15 00:27:11','','esta','','inherit','open','closed','','esta','','','2020-03-14 19:27:11','2020-03-15 00:27:11','',416,'https://redpsiju.org/wp-content/uploads/2020/03/esta.jpg',0,'attachment','image/jpeg',0),(9337,1,'2020-03-14 19:27:30','2020-03-15 00:27:30','','pei','','inherit','open','closed','','pei','','','2020-03-14 19:27:30','2020-03-15 00:27:30','',416,'https://redpsiju.org/wp-content/uploads/2020/03/pei.jpg',0,'attachment','image/jpeg',0),(9338,1,'2020-03-14 19:33:05','2020-03-15 00:33:05','','conse','','inherit','open','closed','','conse','','','2020-03-14 19:33:05','2020-03-15 00:33:05','',416,'https://redpsiju.org/wp-content/uploads/2020/03/conse.jpg',0,'attachment','image/jpeg',0),(9344,1,'2020-03-14 19:36:58','2020-03-15 00:36:58','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" on_click_action=\"lightbox\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_single_image image_size=\"full\" _id=\"179930\" image_source=\"media_library\" image=\"9338\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:36:58','2020-03-15 00:36:58','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9343,1,'2020-03-14 19:36:57','2020-03-15 00:36:57','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:36:57','2020-03-15 00:36:57','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9346,1,'2020-03-14 19:39:21','2020-03-15 00:39:21','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" on_click_action=\"lightbox\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_single_image image_size=\"full\" _id=\"179930\" image_source=\"media_library\" image=\"9338\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:39:21','2020-03-15 00:39:21','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9345,1,'2020-03-14 19:39:21','2020-03-15 00:39:21','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:39:21','2020-03-15 00:39:21','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9348,1,'2020-03-14 19:43:39','2020-03-15 00:43:39','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][kc_single_image image_size=\"full\" _id=\"179930\" image_source=\"media_library\" image=\"9338\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:43:39','2020-03-15 00:43:39','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9347,1,'2020-03-14 19:43:38','2020-03-15 00:43:38','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:43:38','2020-03-15 00:43:38','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9350,1,'2020-03-14 19:44:04','2020-03-15 00:44:04','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:44:04','2020-03-15 00:44:04','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9349,1,'2020-03-14 19:44:04','2020-03-15 00:44:04','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:44:04','2020-03-15 00:44:04','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9352,1,'2020-03-14 19:46:13','2020-03-15 00:46:13','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`background-color|.kc_button`:`#11416b`,`font-weight|.kc_button`:`400`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:46:13','2020-03-15 00:46:13','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9351,1,'2020-03-14 19:46:12','2020-03-15 00:46:12','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:46:12','2020-03-15 00:46:12','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9354,1,'2020-03-14 19:46:45','2020-03-15 00:46:45','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`background-color|.kc_button`:`#11416b`,`font-weight|.kc_button`:`300`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:46:45','2020-03-15 00:46:45','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9353,1,'2020-03-14 19:46:45','2020-03-15 00:46:45','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:46:45','2020-03-15 00:46:45','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9356,1,'2020-03-14 19:47:02','2020-03-15 00:47:02','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`background-color|.kc_button`:`#11416b`,`font-weight|.kc_button`:`600`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:47:02','2020-03-15 00:47:02','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9355,1,'2020-03-14 19:47:01','2020-03-15 00:47:01','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:47:01','2020-03-15 00:47:01','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9358,1,'2020-03-14 19:47:29','2020-03-15 00:47:29','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`background-color|.kc_button`:`#11416b`,`font-weight|.kc_button`:`600`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:47:29','2020-03-15 00:47:29','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9357,1,'2020-03-14 19:47:28','2020-03-15 00:47:28','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:47:28','2020-03-15 00:47:28','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9360,1,'2020-03-14 19:47:51','2020-03-15 00:47:51','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`background-color|.kc_button`:`#11416b`,`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:47:51','2020-03-15 00:47:51','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9359,1,'2020-03-14 19:47:50','2020-03-15 00:47:50','[kc_row use_container=\"yes\" _id=\"876947\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"150143\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"243699\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"448080\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"292769\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"580113\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"398329\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Basic\" price=\"99\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDMgTW9udGhzKSANCjxzdHJvbmc+MTU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MiBHQjwvc3Ryb25nPiBIb3N0aW5n\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"774721\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"343458\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_pricing layout=\"2\" title=\"Premium\" price=\"299\" currency=\"$\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDYgTW9udGhzKSANCjxzdHJvbmc+MjU8L3N0cm9uZz4gRGVzaWduIENob2ljZSANCjxzdHJvbmc+MyBHQjwvc3Ryb25nPiBIb3N0aW5nDQo8c3Ryb25nPlByb2Zlc2lvbmFsPC9zdHJvbmc+IFNFTw0KPHN0cm9uZz5Qcm9mZXNpb25hbCA8L3N0cm9uZz4gU2VjdXJpdHk=\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" _id=\"544562\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`24px inherit 24px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #dce3e9`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#ffffff`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`0px solid #000000`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\" show_on_top=\"__empty__\" show_icon=\"__empty__\" custom_class=\"primary_price\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"415489\"][kc_pricing layout=\"2\" title=\"Professional\" price=\"499\" currency=\"$\" show_on_top=\"__empty__\" duration=\"/month\" desc=\"PHN0cm9uZz5GcmVlPC9zdHJvbmc+IERvbWFpbg0KPHN0cm9uZz5GcmVlPC9zdHJvbmc+IEJ1aWxkIFBhZ2UNCjxzdHJvbmc+RnJlZSBTdXBwb3J0PC9zdHJvbmc+IDI0LzcgKDEyIE1vbnRocykgDQo8c3Ryb25nPjM1PC9zdHJvbmc+IERlc2lnbiBDaG9pY2UgDQo8c3Ryb25nPjUgR0I8L3N0cm9uZz4gSG9zdGluZw0KPHN0cm9uZz5Qcm9mZXNpb25hbDwvc3Ryb25nPiBTRU8NCjxzdHJvbmc+UHJvZmVzaW9uYWwgPC9zdHJvbmc+IFNlY3VyaXR5DQo8c3Ryb25nPlVubGltaXRlZDwvc3Ryb25nPiBCYW5kd2l0aA0KPHN0cm9uZz5VbmxpbWl0ZWQ8L3N0cm9uZz4gRW1haWwgQWNjb3VudA==\" show_button=\"yes\" button_text=\"Purchase\" button_link=\"#\" show_icon=\"__empty__\" _id=\"973365\" css_custom=\"{`kc-css`:{`767`:{`price`:{`font-size|.content-price`:`60px`,`line-height|.content-price`:`84px`,`margin|.content-price`:`0px inherit 0px inherit`}},`999`:{`price`:{`font-size|.content-price`:`36px`,`line-height|.content-price`:`41px`,`margin|.content-price`:`24px inherit 24px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Montserrat`,`font-size|.content-title`:`23px`,`font-weight|.content-title`:`800`,`line-height|.content-title`:`29px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 0px inherit`,`padding|.content-title`:`24px inherit 24px inherit`},`price`:{`color|.content-price`:`#333333`,`color|+.kc-pricing-tables:hover .content-price`:`#ffffff`,`font-weight|.content-price`:`800`,`background-color|+.kc-pricing-tables:hover .kc-pricing-price`:`#405ef3`,`border|+.kc-pricing-tables .kc-pricing-price`:`1px solid #e3e3e3`,`padding|.content-price`:`0px inherit 0px inherit`,`margin|.content-price`:`0px inherit 0px inherit`},`currency`:{`color|.content-currency`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .content-currency`:`#ffffff`,`font-size|.content-currency`:`23px`,`line-height|.content-currency`:`29px`},`per`:{`color|.kc-pricing-price span.content-duration`:`#6b6b6b`,`color|+.kc-pricing-tables:hover .kc-pricing-price span.content-duration`:`#ffffff`,`font-size|.kc-pricing-price span.content-duration`:`23px`,`line-height|.kc-pricing-price span.content-duration`:`29px`},`attributes`:{`color|.content-desc li`:`#6b6b6b`,`background-color|.content-desc`:`#ffffff`,`background-color|.content-desc li:nth-of-type(2n+1)`:`#ffffff`,`margin|.content-desc li:last-child,.content-desc li:first-child`:`15px inherit 0px inherit`},`button`:{`color|.content-button a`:`#405ef3 !important`,`color|.content-button a:hover`:`#ffffff !important`,`background-color|.content-button a`:`rgba(255, 255, 255, 0) !important`,`background-color|.content-button a:hover`:`#405ef3 !important`,`font-family|.content-button a`:`Montserrat`,`font-size|.content-button a`:`14px`,`line-height|.content-button a`:`21px`,`font-weight|.content-button a`:`700`,`border|.content-button a`:`1px solid #405ef3`,`border-color|.content-button a:hover`:`#405ef3`,`padding|.content-button a`:`12px 48px 12px 48px`,`margin|.content-button a`:`24px inherit 24px inherit`},`boxes`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`,`box-shadow|+.kc-pricing-tables`:`none`,`box-shadow|+:hover`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`,`border|`:`1px solid #e3e3e3`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"561938\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzEzODl4NjM3LnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"852850\"][kc_title text=\"Y29tbW9uIHF1ZXN0aW9ucw==\" type=\"h4\" _id=\"304355\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"RnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbg==\" type=\"h2\" _id=\"473576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`rgba(255, 255, 255, 1)`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"155606\"][kc_column_inner width=\"50%\" _id=\"464990\"][kc_accordion _id=\"584971\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"Do you have setup fees or contracts?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"57403\"][kc_column_text _id=\"426497\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWe do not have set up fees. You can drop us an email for a detailed chat about your business and how we can help you and we never tie our clients into a contract. We’re so confident with our services, we don’t feel the need to restrict them.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"What is the billing cycle?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"793697\"][kc_column_text _id=\"410993\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nDepending on the project all clients will be billed within one month from date of their campaign starting. For larger projects we may require some payment up front but this would be agreed with our clients first.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"How many packages can I have at any one time?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"803930\"][kc_column_text _id=\"434288\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nThis can be entirely up to our client. We do however, recommend they discuss their business requirements with us first so we can ensure they are getting the correct services and not paying for something they may not need as much as another area of business.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"752675\"][kc_accordion _id=\"495664\" css_custom=\"{`kc-css`:{`any`:{`header`:{`color|.kc_accordion_header a i`:`#ffffff`,`padding|.kc_accordion_header a i`:`inherit 12px inherit inherit`,`color|.kc_accordion_header a`:`#ffffff`,`font-weight|.kc_accordion_header a`:`700`,`color|.ui-icon`:`#ffffff`,`border|.kc_accordion_header`:`0px none #ffffff`},`body`:{`border|.kc_accordion_content`:`0px none #e0e0e0`}}}}\"][kc_accordion_tab title=\"How much does it cost?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"450448\"][kc_column_text _id=\"721984\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nEach package is different as is each business we meet. Above are the basic prices we offer should you know what your business needs. We can also offer personalised tailored packages to suit the requirements of your business, just get in touch to find out more.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Do you agree a marketing plan before launching it?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"474115\"][kc_column_text _id=\"837615\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nPut simply, Yes. We never roll anything out until our clients are happy and have signed their contracts. We are quite flexible so if either party see room for change, we are happy to discuss this.\n\n[/kc_column_text][/kc_accordion_tab][kc_accordion_tab title=\"Are Blogs Good for SEO?\" icon_option=\"yes\" icon=\"fa-circle\" _id=\"476665\"][kc_column_text _id=\"710484\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\"]\n\nWhether blogs are good for SEO purposes is actually irrelevant--the content is key. Blogs are simply publishing platforms. Having said that, the ability to produce high quality content on an ongoing basis can be made much easier by leveraging blog software.\n\n[/kc_column_text][/kc_accordion_tab][/kc_accordion][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"149314\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"683130\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"YXMgZmVhdHVyZWQgaW4=\" type=\"h4\" _id=\"269395\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"317346\"][kc_column_inner width=\"16.66%\" _id=\"598899\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"696102\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"645401\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"860764\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"954438\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"128832\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"9958\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"679252\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"487791\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"939753\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"147953\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`50%`}},`any`:{`box`:{`padding|`:`24px 24px 24px 24px`}}}}\"][kc_single_image image_size=\"full\" _id=\"357061\" image_source=\"media_library\" image=\"8816\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 19:47:50','2020-03-15 00:47:50','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9364,1,'2020-03-14 21:11:40','2020-03-15 02:11:40','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572843\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"852157\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"131178\"][kc_column_inner# width=\"100%\" _id=\"744521\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"488558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"838527\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"514199\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"16.66%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"363369\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"893906\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"218075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126115\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"705363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"959836\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:11:40','2020-03-15 02:11:40','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9362,1,'2020-03-14 21:11:09','2020-03-15 02:11:09','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"995015\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868036\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572843\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"852157\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"131178\"][kc_column_inner# width=\"100%\" _id=\"744521\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"488558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"838527\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"514199\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"16.66%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"363369\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"893906\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"218075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126115\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"705363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"959836\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:11:09','2020-03-15 02:11:09','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9363,1,'2020-03-14 21:11:39','2020-03-15 02:11:39','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:11:39','2020-03-15 02:11:39','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9365,1,'2020-03-14 21:12:07','2020-03-15 02:12:07','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:12:07','2020-03-15 02:12:07','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9368,1,'2020-03-14 21:12:44','2020-03-15 02:12:44','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`10px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572843\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"852157\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"131178\"][kc_column_inner# width=\"100%\" _id=\"744521\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"488558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"838527\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"514199\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"16.66%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"363369\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"893906\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"218075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126115\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"705363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"959836\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:12:44','2020-03-15 02:12:44','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9367,1,'2020-03-14 21:12:43','2020-03-15 02:12:43','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:12:43','2020-03-15 02:12:43','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9370,1,'2020-03-14 21:13:08','2020-03-15 02:13:08','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572843\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"852157\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"131178\"][kc_column_inner# width=\"100%\" _id=\"744521\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"488558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"838527\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"514199\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"16.66%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"363369\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"893906\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"218075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126115\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"705363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"959836\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:13:08','2020-03-15 02:13:08','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9369,1,'2020-03-14 21:13:07','2020-03-15 02:13:07','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:13:07','2020-03-15 02:13:07','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9372,1,'2020-03-14 21:13:46','2020-03-15 02:13:46','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572843\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"852157\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"131178\"][kc_column_inner# width=\"100%\" _id=\"744521\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"488558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"838527\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"514199\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"16.66%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"363369\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"893906\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"218075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126115\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"705363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"959836\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:13:46','2020-03-15 02:13:46','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9371,1,'2020-03-14 21:13:44','2020-03-15 02:13:44','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:13:44','2020-03-15 02:13:44','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9373,1,'2020-03-14 21:14:49','2020-03-15 02:14:49','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:14:49','2020-03-15 02:14:49','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9397,1,'2020-03-14 21:31:39','2020-03-15 02:31:39','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:31:39','2020-03-15 02:31:39','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9374,1,'2020-03-14 21:14:50','2020-03-15 02:14:50','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572843\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"852157\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"131178\"][kc_column_inner# width=\"100%\" _id=\"744521\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"488558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"838527\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"514199\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"16.66%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"363369\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"893906\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"218075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126115\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"705363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"959836\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:14:50','2020-03-15 02:14:50','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9375,1,'2020-03-14 21:15:11','2020-03-15 02:15:11','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:15:11','2020-03-15 02:15:11','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9378,1,'2020-03-14 21:17:35','2020-03-15 02:17:35','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:17:35','2020-03-15 02:17:35','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9376,1,'2020-03-14 21:15:13','2020-03-15 02:15:13','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572843\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"852157\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"131178\"][kc_column_inner# width=\"100%\" _id=\"744521\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"488558\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"838527\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"514199\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"16.66%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"363369\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"572406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"893906\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"218075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"126115\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"705363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"959836\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:15:13','2020-03-15 02:15:13','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9377,1,'2020-03-14 21:17:33','2020-03-15 02:17:33','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:17:33','2020-03-15 02:17:33','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9379,1,'2020-03-14 21:18:16','2020-03-15 02:18:16','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:18:16','2020-03-15 02:18:16','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9380,1,'2020-03-14 21:18:17','2020-03-15 02:18:17','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:18:17','2020-03-15 02:18:17','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9381,1,'2020-03-14 21:19:01','2020-03-15 02:19:01','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:19:01','2020-03-15 02:19:01','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9382,1,'2020-03-14 21:19:03','2020-03-15 02:19:03','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][kc_column_text _id=\"577122\"]<p></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:19:03','2020-03-15 02:19:03','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9383,1,'2020-03-14 21:19:38','2020-03-15 02:19:38','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:19:38','2020-03-15 02:19:38','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9384,1,'2020-03-14 21:19:39','2020-03-15 02:19:39','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:19:39','2020-03-15 02:19:39','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9385,1,'2020-03-14 21:21:31','2020-03-15 02:21:31','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:21:31','2020-03-15 02:21:31','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9386,1,'2020-03-14 21:21:32','2020-03-15 02:21:32','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1DQpQcmVzaWRlbnRlIEFzb2NpYWNpw7NuIEFyZ2VudGluYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1DQpQcmVzaWRlbnRlIEFzb2NpYWNpw7NuIFBlcnVhbmEgZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIHkgRm9yZW5zZQ==\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdQ0KUHJlc2lkZW50YSBBc29jaWFjacOzbiBQYW5hbWXDsWEgZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIHkgRm9yZW5zZQ==\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdQ0KUmVwcmVzZW50YW50ZSBkZSBBc29jaWFjacOzbiBWZW5lem9sYW5hIGRlIFBzaWNvbG9nw61hIEp1ZGljaWFs\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdQ0KUmVwcmVzZW50YW50ZSBkZSBBc29jaWFjacOzbiBCcmFzaWxlcmEgZGUgUHNpY29sb2fDrWEgSnVyw61kaWNh\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdQ0KUHJlc2lkZW50YSBkZWwgSW5zdGl0dXRvIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSBkZSBVcnVndWF5\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:21:32','2020-03-15 02:21:32','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9387,1,'2020-03-14 21:23:36','2020-03-15 02:23:36','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:23:36','2020-03-15 02:23:36','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9388,1,'2020-03-14 21:23:37','2020-03-15 02:23:37','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:23:37','2020-03-15 02:23:37','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9389,1,'2020-03-14 21:24:45','2020-03-15 02:24:45','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:24:45','2020-03-15 02:24:45','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9396,1,'2020-03-14 21:30:05','2020-03-15 02:30:05','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWNjacOzbiBFdXJvIEFtZXJpY2FuYQ==\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"50%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:30:05','2020-03-15 02:30:05','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9390,1,'2020-03-14 21:24:46','2020-03-15 02:24:46','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:24:46','2020-03-15 02:24:46','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9391,1,'2020-03-14 21:25:53','2020-03-15 02:25:53','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:25:53','2020-03-15 02:25:53','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9392,1,'2020-03-14 21:25:54','2020-03-15 02:25:54','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:25:54','2020-03-15 02:25:54','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9393,1,'2020-03-14 21:29:03','2020-03-15 02:29:03','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:29:03','2020-03-15 02:29:03','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9394,1,'2020-03-14 21:29:04','2020-03-15 02:29:04','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWNjacOzbiBFdXJvIEFtZXJpY2FuYQ==\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"979645\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"176780\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"992338\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"923625\"][kc_column_inner# width=\"100%\" _id=\"728310\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"202371\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"180089\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"449272\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"540813\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"502930\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"725730\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"102203\"][kc_column_inner width=\"16.66%\" _id=\"166363\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"834956\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"14783\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"244723\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"178158\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"954952\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"403312\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"507972\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"587808\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"91610\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"254686\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"321130\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:29:04','2020-03-15 02:29:04','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9395,1,'2020-03-14 21:30:04','2020-03-15 02:30:04','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:30:04','2020-03-15 02:30:04','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9398,1,'2020-03-14 21:31:40','2020-03-15 02:31:40','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWNjacOzbiBFdXJvIEFtZXJpY2FuYQ==\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:31:40','2020-03-15 02:31:40','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9399,1,'2020-03-14 21:32:55','2020-03-15 02:32:55','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:32:55','2020-03-15 02:32:55','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9400,1,'2020-03-14 21:32:55','2020-03-15 02:32:55','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWNjacOzbiBFdXJvIEFtZXJpY2FuYQ==\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:32:55','2020-03-15 02:32:55','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9401,1,'2020-03-14 21:33:29','2020-03-15 02:33:29','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:33:29','2020-03-15 02:33:29','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9402,1,'2020-03-14 21:33:30','2020-03-15 02:33:30','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWNjacOzbiBFdXJvIEFtZXJpY2FuYQ==\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:33:30','2020-03-15 02:33:30','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9403,1,'2020-03-14 21:33:59','2020-03-15 02:33:59','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:33:59','2020-03-15 02:33:59','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9404,1,'2020-03-14 21:34:00','2020-03-15 02:34:00','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"__empty__\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWNjacOzbiBFdXJvIEFtZXJpY2FuYQ==\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:34:00','2020-03-15 02:34:00','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9405,1,'2020-03-14 21:36:54','2020-03-15 02:36:54','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:36:54','2020-03-15 02:36:54','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9406,1,'2020-03-14 21:36:55','2020-03-15 02:36:55','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`30px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RXF1aXBvIEV1cm8gQW1lcmljYW5v\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:36:55','2020-03-15 02:36:55','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9407,1,'2020-03-14 21:37:31','2020-03-15 02:37:31','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:37:31','2020-03-15 02:37:31','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9408,1,'2020-03-14 21:37:31','2020-03-15 02:37:31','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RXF1aXBvIEV1cm8gQW1lcmljYW5v\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:37:31','2020-03-15 02:37:31','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9409,1,'2020-03-14 21:38:21','2020-03-15 02:38:21','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:38:21','2020-03-15 02:38:21','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9410,1,'2020-03-14 21:38:21','2020-03-15 02:38:21','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:38:21','2020-03-15 02:38:21','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9411,1,'2020-03-14 21:38:34','2020-03-15 02:38:34','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:38:34','2020-03-15 02:38:34','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9412,1,'2020-03-14 21:38:35','2020-03-15 02:38:35','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo altamente especializado en Psicología Clínica, Legal y Forense<span style=\"font-style: inherit;\">, con dominio solvente de procesos intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:38:35','2020-03-15 02:38:35','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9413,1,'2020-03-14 21:39:27','2020-03-15 02:39:27','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:39:27','2020-03-15 02:39:27','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9414,1,'2020-03-14 21:39:28','2020-03-15 02:39:28','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9324\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:39:28','2020-03-15 02:39:28','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9415,1,'2020-03-14 21:40:01','2020-03-15 02:40:01','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:40:01','2020-03-15 02:40:01','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9416,1,'2020-03-14 21:40:03','2020-03-15 02:40:03','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:40:03','2020-03-15 02:40:03','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9417,1,'2020-03-14 21:40:55','2020-03-15 02:40:55','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:40:55','2020-03-15 02:40:55','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9418,1,'2020-03-14 21:40:56','2020-03-15 02:40:56','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:40:56','2020-03-15 02:40:56','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9419,1,'2020-03-14 21:42:46','2020-03-15 02:42:46','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:42:46','2020-03-15 02:42:46','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9420,1,'2020-03-14 21:42:47','2020-03-15 02:42:47','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:42:47','2020-03-15 02:42:47','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9421,1,'2020-03-14 21:53:31','2020-03-15 02:53:31','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:53:31','2020-03-15 02:53:31','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9422,1,'2020-03-14 21:53:31','2020-03-15 02:53:31','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"239453\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][kc_column_text _id=\"972689\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:53:31','2020-03-15 02:53:31','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9423,1,'2020-03-14 21:54:07','2020-03-15 02:54:07','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:54:07','2020-03-15 02:54:07','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9424,1,'2020-03-14 21:54:08','2020-03-15 02:54:08','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"239453\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|p`:`15px inherit inherit inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][kc_column_text _id=\"972689\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:54:08','2020-03-15 02:54:08','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9425,1,'2020-03-14 21:55:23','2020-03-15 02:55:23','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:55:23','2020-03-15 02:55:23','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9426,1,'2020-03-14 21:55:24','2020-03-15 02:55:24','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"239453\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`30px`},`box`:{`margin|p`:`25px inherit inherit inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][kc_column_text _id=\"972689\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:55:24','2020-03-15 02:55:24','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9427,1,'2020-03-14 21:56:09','2020-03-15 02:56:09','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:56:09','2020-03-15 02:56:09','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9428,1,'2020-03-14 21:56:10','2020-03-15 02:56:10','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"239453\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][kc_column_text _id=\"972689\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:56:10','2020-03-15 02:56:10','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9429,1,'2020-03-14 21:56:56','2020-03-15 02:56:56','[kc_row use_container=\"yes\" _id=\"47476\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"688235\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"946540\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"62510\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"508795\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"618283\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"599521\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"63821\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"302459\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"70812\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"776333\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"683890\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXhwZXJ0b3MgR2xvYmFsZXMgZW4gUHNpY29sb2fDrWEgSnVyw61kaWNh\" type=\"h4\" _id=\"914477\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"237326\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"961712\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"226572\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"709747\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"15712\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Un equipo profesional de Psicólogos especializados en intervenciones PsiJurídicas de varios países, con dominio solvente de procesos gremiales y asociativos integran el Directorio y, la Alta Dirección.</p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"987505\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`10%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"768652\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"16.66%\" _id=\"531251\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"257439\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIFJlZFBzaUp1IHksIFByZXNpZGVudGUgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"688691\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"529712\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIFJlZFBzaUp1IHkgUHJlc2lkZW50ZSBBc29jaWFjacOzbiBQZXJ1YW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9277\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"51120\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"639559\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBSZWRQc2lKdSBwYXJhIGxhIENvbXVuaWRhZCBFdXJvcGVhLCBjb24gc2VkZSBlbiBFc3Bhw7FhLCBCYXJjZWxvbmE=\"][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"331964\"][kc_column_inner# width=\"100%\" _id=\"492132\"][/kc_column_inner#][/kc_row_inner#][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"413274\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"991799\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"540799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"575765\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"69119\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"74090\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Alchieri\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"182472\"][kc_column_inner width=\"16.66%\" _id=\"834336\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"96874\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas\" desc=\"TWllbWJybyBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"378304\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"603308\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio\" desc=\"TWllbWJybyBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"788925\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"715578\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"8315\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"340492\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"367944\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"923006\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][kc_column_inner width=\"16.66%\" _id=\"471075\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"549361\" image=\"8826\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"__empty__\" desc=\"__empty__\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:56:56','2020-03-15 02:56:56','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9430,1,'2020-03-14 21:56:57','2020-03-15 02:56:57','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"897029\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"239453\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][kc_column_text _id=\"972689\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`30px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-14 21:56:57','2020-03-15 02:56:57','',239,'https://redpsiju.org/2020/03/14/239-revision-v1/',0,'revision','',0),(9710,1,'2020-03-22 11:28:49','2020-03-22 16:28:49','[kc_row use_container=\"yes\" _id=\"265576\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"910866\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"668273\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"753217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"401548\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"901886\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"107738\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"936525\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"991664\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"907294\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"564021\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"890041\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"3944\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"513377\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"561668\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"826321\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"332547\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"818819\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"920706\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"594962\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"269973\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"247885\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"577122\"]\n\n[/kc_column_text][kc_column_text _id=\"897029\"]\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541744\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738454\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"875665\"][kc_column_inner width=\"33.33%\" _id=\"401406\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"337253\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"988688\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"988422\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"490497\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"30639\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"373867\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"730609\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"576966\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgRXNwYcOxYSAvIEFtw6lyaWNh\" type=\"h2\" _id=\"942726\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"903895\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"136136\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"844837\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"477669\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243831\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"158647\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"239453\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]\n<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"183015\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"192153\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891725\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"829241\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][kc_column_text _id=\"972689\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`30px inherit 10px inherit`}}}}\"]\n<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-22 11:28:49','2020-03-22 16:28:49','',239,'https://redpsiju.org/2020/03/22/239-revision-v1/',0,'revision','',0),(9734,1,'2020-10-22 19:26:02','2020-10-23 00:26:02','[kc_row use_container=\"yes\" _id=\"405987\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"771582\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"909938\"][kc_column_inner width=\"100%\" _id=\"816234\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"918632\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"975010\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"629371\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"170886\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"717010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"7411\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"827566\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"734511\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"590757\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"481949\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"697378\"][kc_column_inner width=\"100%\" _id=\"139554\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"202043\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"857083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"325880\" image_source=\"media_library\" image=\"9732\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"937723\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"894806\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"520900\"][kc_column_inner width=\"100%\" _id=\"753323\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"358405\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"860668\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"215283\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"173922\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"815010\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"898192\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"15027\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"463646\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"57\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"909832\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-10-22 19:26:02','2020-10-23 00:26:02','',661,'https://redpsiju.org/2020/10/22/661-revision-v1/',0,'revision','',0),(9735,1,'2020-10-22 19:26:45','2020-10-23 00:26:45','[kc_row use_container=\"yes\" _id=\"233792\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"687615\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"260711\"][kc_column_inner width=\"100%\" _id=\"565977\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"90356\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"344038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"488644\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&amp;feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"787713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"474026\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"869365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"627612\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"826180\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"700657\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"900705\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"114092\"][kc_column_inner width=\"100%\" _id=\"373705\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"850038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"984998\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"732655\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"574459\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"745813\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"509937\"][kc_column_inner width=\"100%\" _id=\"162139\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"125254\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"193545\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"465504\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618243\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"225648\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"698232\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"834289\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"323238\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"837395\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"274533\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-10-22 19:26:45','2020-10-23 00:26:45','',661,'https://redpsiju.org/2020/10/22/661-revision-v1/',0,'revision','',0),(9742,1,'2020-11-18 10:22:51','2020-11-18 15:22:51','[kc_row use_container=\"no\" _id=\"425403\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"773114\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"279488\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://aapjyf.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"978130\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"12152\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"779298\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"975755\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"500182\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"807666\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"438100\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"293470\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"507136\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"745618\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"80722\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"969823\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"120380\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"981038\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"36599\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"133784\" image_source=\"media_library\" image=\"9730\" on_click_action=\"open_custom_link\" custom_link=\"https://ibercrimainternacional.wordpress.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"122532\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"877077\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"538743\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"709306\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"616857\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-11-18 10:22:51','2020-11-18 15:22:51','',472,'https://redpsiju.org/2020/11/18/472-revision-v1/',0,'revision','',0),(9736,1,'2020-10-22 19:26:46','2020-10-23 00:26:46','[kc_row use_container=\"yes\" _id=\"405987\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"771582\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"909938\"][kc_column_inner width=\"100%\" _id=\"816234\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"918632\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"975010\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"629371\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"170886\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"717010\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"7411\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"827566\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"734511\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"590757\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"481949\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"697378\"][kc_column_inner width=\"100%\" _id=\"139554\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"202043\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"857083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"325880\" image_source=\"media_library\" image=\"9732\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"937723\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"894806\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"520900\"][kc_column_inner width=\"100%\" _id=\"753323\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"358405\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"860668\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"215283\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"173922\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"815010\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"898192\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"15027\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"463646\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"57\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"909832\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-10-22 19:26:46','2020-10-23 00:26:46','',661,'https://redpsiju.org/2020/10/22/661-revision-v1/',0,'revision','',0),(9443,1,'2020-03-14 22:21:35','2020-03-15 03:21:35','<p><!--[CDATA[\n</p--></p>\n\n<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://demo.detheme.com/vastart-digital-startup/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<p>]]&gt;</p>','Sample Page','\n				<![CDATA[]]>		','inherit','closed','closed','','8849-revision-v1','','','2020-03-14 22:21:35','2020-03-15 03:21:35','',8849,'https://redpsiju.org/2020/03/14/8849-revision-v1/',0,'revision','',0),(9444,1,'2020-03-14 22:21:37','2020-03-15 03:21:37','','Kit por defecto','','publish','closed','closed','','kit-por-defecto','','','2020-03-14 22:21:37','2020-03-15 03:21:37','',0,'https://redpsiju.org/?elementor_library=kit-por-defecto',0,'elementor_library','',0),(9449,1,'2020-03-14 22:23:23','2020-03-15 03:23:23','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][/kc_column][kc_column width=\"50%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:23:23','2020-03-15 03:23:23','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9448,1,'2020-03-14 22:23:22','2020-03-15 03:23:22','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA4LzM4NDB4MjA2MC0yLTEtMS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:23:22','2020-03-15 03:23:22','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9456,1,'2020-03-14 22:35:26','2020-03-15 03:35:26','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"502863\" image_source=\"media_library\" image=\"9450\"][/kc_column][kc_column width=\"33.33%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"21644\" image_source=\"media_library\" image=\"9453\"][/kc_column][kc_column width=\"33.33%\" _id=\"480160\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"999244\" image_source=\"media_library\" image=\"9454\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:35:26','2020-03-15 03:35:26','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9455,1,'2020-03-14 22:35:25','2020-03-15 03:35:25','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA4LzM4NDB4MjA2MC0yLTEtMS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:35:25','2020-03-15 03:35:25','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9458,1,'2020-03-14 22:35:56','2020-03-15 03:35:56','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"502863\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"21644\" image_source=\"media_library\" image=\"9453\"][/kc_column][kc_column width=\"33.33%\" _id=\"480160\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"999244\" image_source=\"media_library\" image=\"9454\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:35:56','2020-03-15 03:35:56','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9457,1,'2020-03-14 22:35:56','2020-03-15 03:35:56','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA4LzM4NDB4MjA2MC0yLTEtMS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:35:56','2020-03-15 03:35:56','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9460,1,'2020-03-14 22:36:33','2020-03-15 03:36:33','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"502863\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"21644\" image_source=\"media_library\" image=\"9453\" on_click_action=\"lightbox\"][/kc_column][kc_column width=\"33.33%\" _id=\"480160\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"999244\" image_source=\"media_library\" image=\"9454\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:36:33','2020-03-15 03:36:33','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9459,1,'2020-03-14 22:36:33','2020-03-15 03:36:33','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA4LzM4NDB4MjA2MC0yLTEtMS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:36:33','2020-03-15 03:36:33','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9462,1,'2020-03-14 22:37:50','2020-03-15 03:37:50','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"502863\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"21644\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"480160\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"999244\" image_source=\"media_library\" image=\"9454\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:37:50','2020-03-15 03:37:50','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9461,1,'2020-03-14 22:37:49','2020-03-15 03:37:49','[kc_row use_container=\"yes\" _id=\"889769\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA4LzM4NDB4MjA2MC0yLTEtMS5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"100%\" _id=\"713763\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"114445\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"123004\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"697437\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"628723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"915830\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SXQncyB0aW1lIHdlIHJldGhpbmsgdGVhbSBjb2xsYWJvcmF0aXZlIGNvZGluZy4=\" type=\"h2\" _id=\"701090\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"354676\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\"]\n\nKergan is redefining the way teams move work forward, and all the good stuff together forever.\n\n[/kc_column_text][kc_row_inner# column_align=\"middle\" video_mute=\"no\" _id=\"608652\"][kc_column_inner# width=\"50%\" _id=\"78416\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"100x92\" _id=\"169070\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"UmVmYWN0b3IgaXMgc2ltcGxl\" _id=\"823767\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"982025\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nWhether you\'re travelling or next to your home spot, always know where the wind is the best. Get the latest forecast to choose where to kite.\n\n[/kc_column_text][/kc_column_inner#][kc_column_inner# width=\"50%\" _id=\"378286\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}}}}\"][kc_single_image image_size=\"92x92\" _id=\"453049\" image_source=\"media_library\" image=\"8915\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_title text=\"Q29kaW5nIEJvb3RjYW1w\" _id=\"743426\" type=\"h4\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\"][kc_column_text _id=\"347117\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\nEasily discuss meeting points and rideshare from within the app. Make friends if you\'re new to town, or get an additional member to your crew.\n\n[/kc_column_text][/kc_column_inner#][/kc_row_inner#][kc_column_text _id=\"83496\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"383067\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"397328\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Q3VzdG9tIGRlc2lnbmVkIGZvciBkZXZlbG9wZXJz\" type=\"h2\" _id=\"482899\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"362637\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nOur optimized configuration process saves your team time when running and scaling distributed applications, AI &amp; machine learning workloads, hosted services, client websites, or CI/CD environments.\n\n[/kc_column_text][kc_column_text _id=\"805138\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"683540\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"545668\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"966511\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"29674\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"583779\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"194744\" image_source=\"media_library\" image=\"8875\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"825673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"666773\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2VydmVyIGNsb3VkIHNjYWxpbmcgc2VhbWxlc3NseQ==\" type=\"h2\" _id=\"759028\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"636614\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nAn intelligently designed, beautifully crafted application management system for your education agency. Inteleagent redefines the whole experience of managing your business, from student inquiry stage, all the way to student study experience stage.\n\n[/kc_column_text][kc_column_text _id=\"853463\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"708623\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"119156\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QWxsIGN1c3RvbWVyIGRhdGEgaW4gb25lIHBsYWNl\" type=\"h2\" _id=\"245802\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"296709\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop wasting time in spreadsheets. Get all of your data in one view – see product usage, product adoption, and customer lifecycles in seconds. Stop guessing who needs your help. Customer 360 means you know right away.\n\n[/kc_column_text][kc_column_text _id=\"986728\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"517614\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`11%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"739979\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`40%`}}}}\"][kc_single_image image_size=\"full\" _id=\"44602\" image_source=\"media_library\" image=\"8877\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"928008\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"565274\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"920406\" image_source=\"media_library\" image=\"8878\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"87925\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"353164\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9jdXMgb24gd2hhdCByZWFsbHkgbmVlZHMgeW91ciBhdHRlbnRpb24=\" type=\"h2\" _id=\"584735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"988913\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nStop spending time on tasks that could be automated. Custify\'s playbooks and automation let you free up time to work on what really matters.\n\n[/kc_column_text][kc_column_text _id=\"382700\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"357584\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`96px inherit inherit inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"33.33%\" _id=\"481497\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXV0b21hdGljYWxseSBpZGVudGlmeSBncm93dGggb3Bwb3J0dW5pdGllcw==\" type=\"h2\" _id=\"717885\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"859661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]\n\nWant to achieve negative churn? It\'s only possible by upselling additional services to your existing customers. With Custify, you\'ll make your sales team jealous by upselling customers and locking in new revenue.\n\n[/kc_column_text][kc_column_text _id=\"568693\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`}}}}\"]\n\n<a class=\"string-link-dark\" href=\"https://demo.detheme.com/digital-startup/detail-product/\">LEARN MORE <i class=\"fa fa-arrow-right\" style=\"font-size: 11px; line-height: 17px;\"></i></a>\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"287053\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"527279\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"936854\" image_source=\"media_library\" image=\"8879\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"514063\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" equal_height=\"yes\" column_align=\"middle\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzI3NTJ4NTIwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJmaXhlZCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" _id=\"561091\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit 0px inherit 0px`,`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_title text=\"RXhwZXJpZW5jZSBLZXJnYW4gQXBwIE5vdw==\" type=\"h2\" _id=\"156918\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"321045\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">It\'s available for IOS and Android</p>\n[/kc_column_text][kc_column_text _id=\"37324\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]\n\n<a href=\"#\"><img class=\"appstore \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a><a href=\"#\"><img class=\"gplay \" src=\"https://via.placeholder.com/200x60/FFFFF0?text=image\" alt=\"\" width=\"200\" height=\"63\"></a>\n\n[/kc_column_text][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"494570\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"50%\" _id=\"773338\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_raw_code code=\"W3NtYXJ0c2xpZGVyMyBzbGlkZXI9NF0=\" _id=\"598732\"][/kc_column][kc_column width=\"50%\" _id=\"210663\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_row_inner _id=\"154399\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`inherit 12px inherit 12px`}},`999`:{`box`:{`padding|`:`inherit inherit inherit 48px`}},`any`:{`box`:{`padding|`:`inherit 48px inherit inherit`}}}}\"][kc_column_inner width=\"59.66%\" _id=\"97311\" css_custom=\"{`kc-css`:{`479`:{`box`:{`padding|`:`24px 24px 24px 24px`}},`1024`:{`box`:{`width|`:`100%`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`48px 48px 48px 48px`,`border-radius|`:`5px 5px 5px 5px`,`box-shadow|`:`0 2px 20px 0 rgba(0, 0, 0, 0.08)`}}}}\"][kc_column_text _id=\"46303\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nHave some question or feedback?\n\n[/kc_column_text][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h2\" _id=\"340086\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#333333`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_contact_form7 _id=\"620378\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"40.33%\" _id=\"159152\" col_id=\"hidden-resp\" css_custom=\"{`kc-css`:{}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:37:49','2020-03-15 03:37:49','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9475,1,'2020-03-14 22:49:32','2020-03-15 03:49:32','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"502863\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"21644\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"480160\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"999244\" image_source=\"media_library\" image=\"9454\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:49:32','2020-03-15 03:49:32','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9472,1,'2020-03-14 22:47:04','2020-03-15 03:47:04','','d','','inherit','open','closed','','d','','','2020-03-14 22:47:04','2020-03-15 03:47:04','',472,'https://redpsiju.org/wp-content/uploads/2020/03/d.jpg',0,'attachment','image/jpeg',0),(9473,1,'2020-03-14 22:47:27','2020-03-15 03:47:27','','e','','inherit','open','closed','','e','','','2020-03-14 22:47:27','2020-03-15 03:47:27','',472,'https://redpsiju.org/wp-content/uploads/2020/03/e.jpg',0,'attachment','image/jpeg',0),(9474,1,'2020-03-14 22:49:22','2020-03-15 03:49:22','','g','','inherit','open','closed','','g','','','2020-03-14 22:49:22','2020-03-15 03:49:22','',472,'https://redpsiju.org/wp-content/uploads/2020/03/g.jpg',0,'attachment','image/jpeg',0),(9470,1,'2020-03-14 22:46:26','2020-03-15 03:46:26','[kc_row use_container=\"no\" _id=\"881326\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"9615\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"502863\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"716097\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"21644\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"480160\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"999244\" image_source=\"media_library\" image=\"9454\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:46:26','2020-03-15 03:46:26','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9471,1,'2020-03-14 22:46:26','2020-03-15 03:46:26','[kc_row use_container=\"no\" _id=\"987670\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"863339\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"42482\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"908559\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"725783\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"211517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"926761\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:46:26','2020-03-15 03:46:26','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9468,1,'2020-03-14 22:41:23','2020-03-15 03:41:23','[kc_row use_container=\"yes\" _id=\"327533\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"735849\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"453735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"943576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"535105\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"842410\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"68594\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"24046\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"540835\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"752231\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868596\"][kc_single_image image_size=\"full\" _id=\"951893\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 22:41:23','2020-03-15 03:41:23','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9467,1,'2020-03-14 22:41:22','2020-03-15 03:41:22','[kc_row use_container=\"yes\" _id=\"915355\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"762178\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"852649\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"532828\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"525732\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"230388\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"382898\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"660259\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\"][kc_button text_title=\"Ver Acta\" _id=\"304183\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`background-color|.kc_button`:`#11416b`,`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"84266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"969838\" image_source=\"media_library\" image=\"9336\"][kc_button text_title=\"Ver Estatuto\" _id=\"165421\" link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"875311\"][kc_single_image image_size=\"full\" _id=\"701322\" image_source=\"media_library\" image=\"9337\"][kc_button text_title=\"Ver Documento\" _id=\"698840\" link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\" custom_css=\"{`kc-css`:{`any`:{`button-style`:{`font-weight|.kc_button`:`800`,`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-14 22:41:22','2020-03-15 03:41:22','',416,'https://redpsiju.org/2020/03/14/416-revision-v1/',0,'revision','',0),(9535,1,'2020-03-15 00:26:13','2020-03-15 05:26:13','[kc_row use_container=\"yes\" _id=\"327533\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"735849\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"453735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"943576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"535105\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"842410\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"68594\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"24046\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"540835\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"752231\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868596\"][kc_single_image image_size=\"full\" _id=\"951893\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:26:13','2020-03-15 05:26:13','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9485,1,'2020-03-14 22:54:28','2020-03-15 03:54:28','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:54:28','2020-03-15 03:54:28','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9484,1,'2020-03-14 22:54:27','2020-03-15 03:54:27','[kc_row use_container=\"no\" _id=\"987670\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"863339\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"42482\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"908559\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"725783\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"211517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"926761\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"790123\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"530772\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"903554\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"375133\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"64091\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"305344\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"204008\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"614890\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"308442\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"675715\" image_source=\"media_library\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"280275\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"303939\" image_source=\"media_library\" image=\"9477\"][/kc_column][kc_column width=\"33.33%\" _id=\"778213\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"661029\" image_source=\"media_library\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:54:27','2020-03-15 03:54:27','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9487,1,'2020-03-14 22:55:09','2020-03-15 03:55:09','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:55:09','2020-03-15 03:55:09','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9486,1,'2020-03-14 22:55:08','2020-03-15 03:55:08','[kc_row use_container=\"no\" _id=\"987670\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"863339\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"42482\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"908559\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"725783\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"211517\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"926761\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"790123\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"530772\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"903554\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"375133\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"64091\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"305344\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"204008\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"614890\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"308442\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"675715\" image_source=\"media_library\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"280275\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"303939\" image_source=\"media_library\" image=\"9477\"][/kc_column][kc_column width=\"33.33%\" _id=\"778213\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"661029\" image_source=\"media_library\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-14 22:55:08','2020-03-15 03:55:08','',472,'https://redpsiju.org/2020/03/14/472-revision-v1/',0,'revision','',0),(9591,1,'2020-03-16 17:00:10','2020-03-16 22:00:10','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_image_gallery columns=\"1\" image_size=\"full\" alt_text=\"__empty__\" _id=\"825311\" images=\"9590,9589,9588,9587,9586\" type=\"grid\" click_action=\"none\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:00:10','2020-03-16 22:00:10','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9488,1,'2020-03-14 22:58:35','2020-03-15 03:58:35','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 22:58:35','2020-03-15 03:58:35','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9489,1,'2020-03-14 22:58:36','2020-03-15 03:58:36','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdGUgY29uIGxhIFNlY3JldGFyw61hIEdlbmVyYWwh\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>\r\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"79984\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 22:58:36','2020-03-15 03:58:36','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9916,1,'2021-08-30 10:22:24','2021-08-30 15:22:24','','banner','','inherit','open','closed','','banner','','','2021-08-30 10:22:24','2021-08-30 15:22:24','',661,'https://redpsiju.org/wp-content/uploads/2021/08/banner.png',0,'attachment','image/png',0),(9688,1,'2020-03-22 10:27:31','2020-03-22 15:27:31','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"703621\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"487155\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"940268\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"703419\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"252484\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"833701\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"398822\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"970197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"909827\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"686978\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:27:31','2020-03-22 15:27:31','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9509,1,'2020-03-14 23:25:22','2020-03-15 04:25:22','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:25:22','2020-03-15 04:25:22','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9508,1,'2020-03-14 23:25:21','2020-03-15 04:25:21','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:25:21','2020-03-15 04:25:21','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9504,1,'2020-03-14 23:17:57','2020-03-15 04:17:57','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:17:57','2020-03-15 04:17:57','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9490,1,'2020-03-14 23:01:26','2020-03-15 04:01:26','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:01:26','2020-03-15 04:01:26','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9494,1,'2020-03-14 23:06:18','2020-03-15 04:06:18','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:06:18','2020-03-15 04:06:18','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9491,1,'2020-03-14 23:01:27','2020-03-15 04:01:27','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"79984\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:01:27','2020-03-15 04:01:27','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9492,1,'2020-03-14 23:02:56','2020-03-15 04:02:56','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:02:56','2020-03-15 04:02:56','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9493,1,'2020-03-14 23:02:57','2020-03-15 04:02:57','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"809080\" map_location=\"aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL3BsYWNlL0Fzb2NpYWNpJUMzJUIzbitBcmdlbnRpbmErZGUrUHNpY29sb2clQzMlQURhK0p1ciVDMyVBRGRpY2EreStGb3JlbnNlL0AtNDMuMjU0NzY4MSwtNjUuMzExNTgzMiwxN3ovZGF0YT0hM20xITRiMSE0bTUhM200ITFzMHhiZTAxNDRjMGFjMzQyYmRkOjB4YWU1ZDBkZDMxMDg3NmY1ZSE4bTIhM2QtNDMuMjU0NzcyITRkLTY1LjMwOTM5NDU=\" map_height=\"345\" _id=\"79984\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:02:57','2020-03-15 04:02:57','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9500,1,'2020-03-14 23:07:59','2020-03-15 04:07:59','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:07:59','2020-03-15 04:07:59','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9498,1,'2020-03-14 23:07:28','2020-03-15 04:07:28','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:07:28','2020-03-15 04:07:28','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9495,1,'2020-03-14 23:06:19','2020-03-15 04:06:19','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"810892\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9wbGFjZS9Bc29jaWFjaSVDMyVCM24rQXJnZW50aW5hK2RlK1BzaWNvbG9nJUMzJUFEYStKdXIlQzMlQURkaWNhK3krRm9yZW5zZS9ALTQzLjI1NDc2ODEsLTY1LjMxMTU4MzIsMTd6L2RhdGE9ITNtMSE0YjEhNG01ITNtNCExczB4YmUwMTQ0YzBhYzM0MmJkZDoweGFlNWQwZGQzMTA4NzZmNWUhOG0yITNkLTQzLjI1NDc3MiE0ZC02NS4zMDkzOTQ1IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQ1MCIgZnJhbWVib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==\" map_height=\"350\" _id=\"655349\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:06:19','2020-03-15 04:06:19','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9496,1,'2020-03-14 23:06:47','2020-03-15 04:06:47','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:06:47','2020-03-15 04:06:47','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9497,1,'2020-03-14 23:06:48','2020-03-15 04:06:48','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"308610\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9wbGFjZS9Bc29jaWFjaSVDMyVCM24rQXJnZW50aW5hK2RlK1BzaWNvbG9nJUMzJUFEYStKdXIlQzMlQURkaWNhK3krRm9yZW5zZS9ALTQzLjI1NDc2ODEsLTY1LjMxMTU4MzIsMTd6L2RhdGE9ITNtMSE0YjEhNG01ITNtNCExczB4YmUwMTQ0YzBhYzM0MmJkZDoweGFlNWQwZGQzMTA4NzZmNWUhOG0yITNkLTQzLjI1NDc3MiE0ZC02NS4zMDkzOTQ1IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQ1MCIgZnJhbWVib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==\" map_height=\"350\" _id=\"655349\" disable_wheel_mouse=\"yes\" show_ocf=\"yes\" contact_area_position=\"left\" css_contact_style=\"{`kc-css`:{`any`:{`contact-form`:{`width|.map_popup_contact_form`:`45%`,`color|.map_popup_contact_form`:`#ffffff`},`button-style`:{`color|.map_popup_contact_form .wpcf7-submit`:`#393939`},`button-hover-style`:{`color|.map_popup_contact_form .wpcf7-submit:hover`:`#ffffff`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:06:48','2020-03-15 04:06:48','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9502,1,'2020-03-14 23:17:42','2020-03-15 04:17:42','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:17:42','2020-03-15 04:17:42','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9499,1,'2020-03-14 23:07:29','2020-03-15 04:07:29','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"1956\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHA6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL3BsYWNlL0Fzb2NpYWNpJUMzJUIzbitBcmdlbnRpbmErZGUrUHNpY29sb2clQzMlQURhK0p1ciVDMyVBRGRpY2EreStGb3JlbnNlL0AtNDMuMjU0NzY4MSwtNjUuMzExNTgzMiwxN3ovZGF0YT0hM20xITRiMSE0bTUhM200ITFzMHhiZTAxNDRjMGFjMzQyYmRkOjB4YWU1ZDBkZDMxMDg3NmY1ZSE4bTIhM2QtNDMuMjU0NzcyITRkLTY1LjMwOTM5NDUiIHdpZHRoPSI2MDAiIGhlaWdodD0iNDUwIiBmcmFtZWJvcmRlcj0iMCIgc3R5bGU9ImJvcmRlcjowIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+\" map_height=\"350\" _id=\"655349\" disable_wheel_mouse=\"yes\" show_ocf=\"yes\" contact_area_position=\"left\" css_contact_style=\"{`kc-css`:{`any`:{`contact-form`:{`width|.map_popup_contact_form`:`45%`,`color|.map_popup_contact_form`:`#ffffff`},`button-style`:{`color|.map_popup_contact_form .wpcf7-submit`:`#393939`},`button-hover-style`:{`color|.map_popup_contact_form .wpcf7-submit:hover`:`#ffffff`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:07:29','2020-03-15 04:07:29','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9503,1,'2020-03-14 23:17:43','2020-03-15 04:17:43','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"636878\" map_location=\"aHR0cHM6Ly9nb28uZ2wvbWFwcy9ud3VBeU1HRmZlTmFkTFhBOA==\" map_height=\"350\" _id=\"908328\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:17:43','2020-03-15 04:17:43','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9501,1,'2020-03-14 23:08:00','2020-03-15 04:08:00','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"869817\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xOCExbTEyITFtMyExZDI5NzkzLjk5Njk3MzUyOTc2ITJkMTA1LjgxOTQ1NDA3NTk4NDE4ITNkMjEuMDIyNjk1NzU0MDkxMzIhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITNtMyExbTIhMXMweDMxMzVhYjliZDk4NjFjYTElM0EweGU3ODg3ZjdiNzJjYTE3YTkhMnpTR0Z1YjJrc0lFaHZ3NkJ1SUV0cDRicV9iU3dnU0dGdWIya3NJRlpwWlhSdVlXMCE1ZTAhM20yITFzZW4hMnMhNHYxNDUzOTYxMzgzMTY5IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQ1MCIgZnJhbWVib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==\" map_height=\"350\" _id=\"908328\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:08:00','2020-03-15 04:08:00','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9505,1,'2020-03-14 23:17:58','2020-03-15 04:17:58','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"721028\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xOCExbTEyITFtMyExZDI5NzkzLjk5Njk3MzUyOTc2ITJkMTA1LjgxOTQ1NDA3NTk4NDE4ITNkMjEuMDIyNjk1NzU0MDkxMzIhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITNtMyExbTIhMXMweDMxMzVhYjliZDk4NjFjYTElM0EweGU3ODg3ZjdiNzJjYTE3YTkhMnpTR0Z1YjJrc0lFaHZ3NkJ1SUV0cDRicV9iU3dnU0dGdWIya3NJRlpwWlhSdVlXMCE1ZTAhM20yITFzZW4hMnMhNHYxNDUzOTYxMzgzMTY5IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQ1MCIgZnJhbWVib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==\" map_height=\"350\" _id=\"332259\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:17:58','2020-03-15 04:17:58','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9507,1,'2020-03-14 23:24:17','2020-03-15 04:24:17','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"916388\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:24:17','2020-03-15 04:24:17','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9506,1,'2020-03-14 23:24:15','2020-03-15 04:24:15','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:24:15','2020-03-15 04:24:15','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9511,1,'2020-03-14 23:25:47','2020-03-15 04:25:47','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:25:47','2020-03-15 04:25:47','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9510,1,'2020-03-14 23:25:46','2020-03-15 04:25:46','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:25:46','2020-03-15 04:25:46','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9513,1,'2020-03-14 23:26:23','2020-03-15 04:26:23','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:26:23','2020-03-15 04:26:23','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9512,1,'2020-03-14 23:26:22','2020-03-15 04:26:22','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:26:22','2020-03-15 04:26:22','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9515,1,'2020-03-14 23:26:56','2020-03-15 04:26:56','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiNTAlIDUwJSIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:26:56','2020-03-15 04:26:56','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9514,1,'2020-03-14 23:26:55','2020-03-15 04:26:55','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:26:55','2020-03-15 04:26:55','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9517,1,'2020-03-14 23:28:08','2020-03-15 04:28:08','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][kc_contact_form7 _id=\"382664\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"839567\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"852702\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:28:08','2020-03-15 04:28:08','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9516,1,'2020-03-14 23:28:07','2020-03-15 04:28:07','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:28:07','2020-03-15 04:28:07','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9519,1,'2020-03-14 23:29:45','2020-03-15 04:29:45','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:29:45','2020-03-15 04:29:45','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9518,1,'2020-03-14 23:29:44','2020-03-15 04:29:44','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:29:44','2020-03-15 04:29:44','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9521,1,'2020-03-14 23:34:46','2020-03-15 04:34:46','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Dirección Oficina\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"837336\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Horario Atención\" desc=\"THVuZXMg4oCTIFPDoWJhZG8gZGUgOSBhbSBhIDVwbQ==\" icon=\"sl-clock\" _id=\"761027\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:34:46','2020-03-15 04:34:46','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9520,1,'2020-03-14 23:34:46','2020-03-15 04:34:46','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:34:46','2020-03-15 04:34:46','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9523,1,'2020-03-14 23:35:17','2020-03-15 04:35:17','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Dirección Oficina\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:35:17','2020-03-15 04:35:17','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9522,1,'2020-03-14 23:35:16','2020-03-15 04:35:16','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:35:16','2020-03-15 04:35:16','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9525,1,'2020-03-14 23:36:15','2020-03-15 04:36:15','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de la entidad que ostenta la Presidencia ProTempore, la Secretaría General y, las Direcciones Generales.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:36:15','2020-03-15 04:36:15','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9524,1,'2020-03-14 23:36:14','2020-03-15 04:36:14','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:36:14','2020-03-15 04:36:14','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9527,1,'2020-03-14 23:39:29','2020-03-15 04:39:29','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la Secretaría General, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:39:29','2020-03-15 04:39:29','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9526,1,'2020-03-14 23:39:29','2020-03-15 04:39:29','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:39:29','2020-03-15 04:39:29','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9529,1,'2020-03-14 23:40:19','2020-03-15 04:40:19','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:40:19','2020-03-15 04:40:19','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9528,1,'2020-03-14 23:40:18','2020-03-15 04:40:18','[kc_row use_container=\"yes\" _id=\"330200\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiaHR0cHM6Ly9kZW1vLmRldGhlbWUuY29tL3Zhc3RhcnQtZGlnaXRhbC1zdGFydHVwLWR1bW15L3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy85NC8yMDE5LzA4LzM4NDB4MjA2MC5wbmciLCJwb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJzaXplIjoiY292ZXIiLCJyZXBlYXQiOiJuby1yZXBlYXQiLCJhdHRhY2htZW50Ijoic2Nyb2xsIiwiYWR2YW5jZWQiOjF9`},`box`:{`padding|`:`96px inherit 96px inherit`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"1059\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"874903\"][kc_column_inner width=\"33.33%\" _id=\"321673\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Z2V0IGluIHRvdWNo\" type=\"h4\" _id=\"673817\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29udGFjdCBVcyBhbmQgV2UgV2lsbCBHaXZlIGEgU29sdXRpb24h\" type=\"h2\" _id=\"343249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"597163\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"891183\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"800168\"][kc_column_inner width=\"33.33%\" _id=\"591982\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"586827\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nWe appreciate your business and guarantee a response within 24 Business hours which would include our Packages and Pricing.\n\n[/kc_column_text][kc_contact_form7 _id=\"289482\" slug=\"contact-2\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"480502\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"207242\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_google_maps random_id=\"715184\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xNCExbTEyITFtMyExZDk2NzQ4LjU1Mzg2NzUwNjQyITJkLTc0LjI1MjA5NTExODY1NjE3ITNkNDAuNzMxMzkyMzY3MTUyMzkhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITVlMCEzbTIhMXNpZCEyc2lkITR2MTUyNjk1OTEyNDE0NSIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0NTAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\" map_height=\"345\" _id=\"205958\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"846022\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"143975\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"740214\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"187354\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"494721\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"391090\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"588910\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"25%\" _id=\"714434\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Business Hours\" desc=\"TW9uZGF5IOKAkyBTYXR1cmRheSBhdCA5YW0gdG8gNXBt\" icon=\"sl-clock\" _id=\"7870\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"231347\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"295887\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"493556\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"308588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"175149\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"352806\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"565197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contact','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:40:18','2020-03-15 04:40:18','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9530,1,'2020-03-14 23:44:38','2020-03-15 04:44:38','[kc_row use_container=\"yes\" _id=\"742691\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"51435\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"451731\"][kc_column_inner width=\"33.33%\" _id=\"883231\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"136880\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"678434\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"339661\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"398887\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"916388\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"651943\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"101942\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"699120\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"85672\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"784324\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"864059\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"979841\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"319831\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"264612\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"818715\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"352431\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"210026\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"78707\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"457106\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"856065\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"793329\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contacto','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:44:38','2020-03-15 04:44:38','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9531,1,'2020-03-14 23:44:39','2020-03-15 04:44:39','[kc_row use_container=\"yes\" _id=\"821918\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"714945\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"511793\"][kc_column_inner width=\"33.33%\" _id=\"305268\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"837933\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"388575\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553275\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"373957\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"639126\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"141839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"695977\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"953077\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"659683\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"187977\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"508912\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"776399\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"319405\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"511954\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"151711\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"925273\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"541709\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"912490\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"768455\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"766876\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"5702\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Contacto','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-14 23:44:39','2020-03-15 04:44:39','',661,'https://redpsiju.org/2020/03/14/661-revision-v1/',0,'revision','',0),(9682,1,'2020-03-22 10:21:08','2020-03-22 15:21:08','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"100%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:21:08','2020-03-22 15:21:08','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9680,1,'2020-03-22 10:20:50','2020-03-22 15:20:50','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"50%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"922521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:20:50','2020-03-22 15:20:50','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9675,1,'2020-03-22 10:17:30','2020-03-22 15:17:30','[kc_row use_container=\"yes\" _id=\"821918\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"714945\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"511793\"][kc_column_inner width=\"33.33%\" _id=\"305268\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"837933\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"388575\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553275\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"373957\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"639126\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"141839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"695977\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"953077\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"659683\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"187977\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"508912\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"776399\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"319405\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"511954\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"151711\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"925273\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"541709\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"912490\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"768455\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"766876\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"5702\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:17:30','2020-03-22 15:17:30','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9724,1,'2020-04-07 19:17:03','2020-04-08 00:17:03','[kc_row use_container=\"yes\" _id=\"908405\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"533832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"861032\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"461718\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"438667\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a></p>\r\n<p style=\"text-align: center;\"><br></p>\r\n<p style=\"text-align: center;\"><a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"926426\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"678646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"655065\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"229844\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"762976\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"5057\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"683709\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"820962\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"638141\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"345112\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"860565\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-04-07 19:17:03','2020-04-08 00:17:03','',8942,'https://redpsiju.org/2020/04/07/8942-revision-v1/',0,'revision','',0),(9536,1,'2020-03-15 00:26:14','2020-03-15 05:26:14','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:26:14','2020-03-15 05:26:14','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9537,1,'2020-03-15 00:26:44','2020-03-15 05:26:44','[kc_row use_container=\"yes\" _id=\"327533\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"735849\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"453735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"943576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"535105\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"842410\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"68594\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"24046\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"540835\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"752231\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868596\"][kc_single_image image_size=\"full\" _id=\"951893\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:26:44','2020-03-15 05:26:44','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(10021,1,'2023-09-19 11:57:01','2023-09-19 15:13:25',' ','','','publish','closed','closed','','10021','','','2023-09-19 11:57:01','2023-09-19 16:57:01','',0,'https://redpsiju.org/?p=10021',6,'nav_menu_item','',0),(9538,1,'2020-03-15 00:26:47','2020-03-15 05:26:47','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:26:47','2020-03-15 05:26:47','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9539,1,'2020-03-15 00:28:54','2020-03-15 05:28:54','[kc_row use_container=\"yes\" _id=\"327533\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"735849\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"453735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"943576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"535105\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"842410\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"68594\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"24046\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"540835\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"752231\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868596\"][kc_single_image image_size=\"full\" _id=\"951893\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:28:54','2020-03-15 05:28:54','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9540,1,'2020-03-15 00:28:55','2020-03-15 05:28:55','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la Psicología, especialmente de la Psicología Jurídica Aplicada al Ámbito Jurídico.<br />La distinción indicada en la presente</p>\r\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:28:55','2020-03-15 05:28:55','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9541,1,'2020-03-15 00:29:52','2020-03-15 05:29:52','[kc_row use_container=\"yes\" _id=\"327533\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"735849\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"453735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"943576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"535105\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"842410\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"68594\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"24046\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"540835\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"752231\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868596\"][kc_single_image image_size=\"full\" _id=\"951893\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:29:52','2020-03-15 05:29:52','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9544,1,'2020-03-15 00:30:24','2020-03-15 05:30:24','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:30:24','2020-03-15 05:30:24','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9542,1,'2020-03-15 00:29:53','2020-03-15 05:29:53','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la Psicología Aplicada al Ámbito Jurídico.</p>\r\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:29:53','2020-03-15 05:29:53','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9543,1,'2020-03-15 00:30:23','2020-03-15 05:30:23','[kc_row use_container=\"yes\" _id=\"327533\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"735849\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"453735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"943576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"535105\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"842410\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"68594\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"24046\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"540835\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"752231\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868596\"][kc_single_image image_size=\"full\" _id=\"951893\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:30:23','2020-03-15 05:30:23','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9549,1,'2020-03-15 00:54:36','2020-03-15 05:54:36','[kc_row use_container=\"yes\" _id=\"327533\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"735849\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"453735\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"943576\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"535105\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"842410\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"68594\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"24046\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"540835\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"752231\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"868596\"][kc_single_image image_size=\"full\" _id=\"951893\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:54:36','2020-03-15 05:54:36','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9545,1,'2020-03-15 00:33:59','2020-03-15 05:33:59','','meda','','inherit','open','closed','','meda','','','2020-03-15 00:33:59','2020-03-15 05:33:59','',416,'https://redpsiju.org/wp-content/uploads/2020/03/meda.png',0,'attachment','image/png',0),(9546,1,'2020-03-15 00:43:26','2020-03-15 05:43:26','','reso','','inherit','open','closed','','reso','','','2020-03-15 00:43:26','2020-03-15 05:43:26','',416,'https://redpsiju.org/wp-content/uploads/2020/03/reso.png',0,'attachment','image/png',0),(9576,1,'2020-03-16 16:20:41','2020-03-16 21:20:41','','diplo','','inherit','open','closed','','diplo','','','2020-03-16 16:20:41','2020-03-16 21:20:41','',416,'https://redpsiju.org/wp-content/uploads/2020/03/diplo.png',0,'attachment','image/png',0),(10020,1,'2023-09-19 10:13:02','2023-09-19 15:13:02','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Planificar para Articular</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lineamientos Programáticos Consensuados</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9335,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/acta.jpg\" alt=\"\" class=\"wp-image-9335\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9336,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/esta.jpg\" alt=\"\" class=\"wp-image-9336\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9337,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/pei.jpg\" alt=\"\" class=\"wp-image-9337\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2023-09-19 10:13:02','2023-09-19 15:13:02','',416,'https://redpsiju.org/?p=10020',0,'revision','',0),(9550,1,'2020-03-15 00:54:38','2020-03-15 05:54:38','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-15 00:54:38','2020-03-15 05:54:38','',416,'https://redpsiju.org/2020/03/15/416-revision-v1/',0,'revision','',0),(9552,1,'2020-03-16 15:56:40','2020-03-16 20:56:40','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 15:56:40','2020-03-16 20:56:40','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9551,1,'2020-03-16 15:56:30','2020-03-16 20:56:30','','medallas','','inherit','open','closed','','medallas','','','2020-03-16 15:56:30','2020-03-16 20:56:30','',416,'https://redpsiju.org/wp-content/uploads/2020/03/medallas.png',0,'attachment','image/png',0),(9553,1,'2020-03-16 15:56:42','2020-03-16 20:56:42','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"402130\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"100%\" _id=\"23439\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"3\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"708144\" images=\"9551\" onclick=\"none\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 15:56:42','2020-03-16 20:56:42','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9555,1,'2020-03-16 15:58:28','2020-03-16 20:58:28','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 15:58:28','2020-03-16 20:58:28','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9558,1,'2020-03-16 15:59:05','2020-03-16 20:59:05','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"402130\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9tZWRhbGxhcy0zMDB4MjE2LnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"23439\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"3\" mobile=\"1\" speed=\"1209\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"708144\" images=\"9551\" onclick=\"lightbox\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-weight|`:`800`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 15:59:05','2020-03-16 20:59:05','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9561,1,'2020-03-16 16:01:17','2020-03-16 21:01:17','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:01:17','2020-03-16 21:01:17','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9556,1,'2020-03-16 15:58:29','2020-03-16 20:58:29','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"402130\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"100%\" _id=\"23439\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"6\" tablet=\"3\" mobile=\"1\" speed=\"1209\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"708144\" images=\"9551\" onclick=\"lightbox\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-weight|`:`800`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 15:58:29','2020-03-16 20:58:29','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9557,1,'2020-03-16 15:59:03','2020-03-16 20:59:03','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 15:59:03','2020-03-16 20:59:03','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9559,1,'2020-03-16 16:00:21','2020-03-16 21:00:21','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:00:21','2020-03-16 21:00:21','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9560,1,'2020-03-16 16:00:28','2020-03-16 21:00:28','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][kc_image_gallery columns=\"4\" image_size=\"full\" alt_text=\"__empty__\" _id=\"540630\" images=\"9551\" type=\"grid\" click_action=\"none\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:00:28','2020-03-16 21:00:28','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9562,1,'2020-03-16 16:01:17','2020-03-16 21:01:17','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][kc_image_gallery columns=\"1\" image_size=\"full\" alt_text=\"__empty__\" _id=\"540630\" images=\"9551\" type=\"grid\" click_action=\"large_image\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:01:17','2020-03-16 21:01:17','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9563,1,'2020-03-16 16:02:06','2020-03-16 21:02:06','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:02:06','2020-03-16 21:02:06','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9564,1,'2020-03-16 16:02:07','2020-03-16 21:02:07','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][kc_single_image image_size=\"full\" _id=\"826568\" image_source=\"media_library\" image=\"9551\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:02:07','2020-03-16 21:02:07','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9565,1,'2020-03-16 16:04:17','2020-03-16 21:04:17','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:04:17','2020-03-16 21:04:17','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9566,1,'2020-03-16 16:04:19','2020-03-16 21:04:19','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][kc_single_image image_size=\"full\" _id=\"826568\" image_source=\"media_library\" image=\"9551\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:04:19','2020-03-16 21:04:19','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9567,1,'2020-03-16 16:04:57','2020-03-16 21:04:57','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:04:57','2020-03-16 21:04:57','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9568,1,'2020-03-16 16:04:58','2020-03-16 21:04:58','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_single_image image_size=\"full\" _id=\"826568\" image_source=\"media_library\" image=\"9551\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:04:58','2020-03-16 21:04:58','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9569,1,'2020-03-16 16:05:14','2020-03-16 21:05:14','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:05:14','2020-03-16 21:05:14','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9570,1,'2020-03-16 16:05:15','2020-03-16 21:05:15','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_single_image image_size=\"full\" _id=\"826568\" image_source=\"media_library\" image=\"9551\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:05:15','2020-03-16 21:05:15','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9571,1,'2020-03-16 16:07:53','2020-03-16 21:07:53','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:07:53','2020-03-16 21:07:53','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9572,1,'2020-03-16 16:07:54','2020-03-16 21:07:54','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_single_image image_size=\"full\" _id=\"826568\" image_source=\"media_library\" image=\"9551\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:07:54','2020-03-16 21:07:54','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9574,1,'2020-03-16 16:20:14','2020-03-16 21:20:14','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:20:14','2020-03-16 21:20:14','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9575,1,'2020-03-16 16:20:15','2020-03-16 21:20:15','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9573\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_single_image image_size=\"full\" _id=\"826568\" image_source=\"media_library\" image=\"9551\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:20:15','2020-03-16 21:20:15','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9577,1,'2020-03-16 16:20:50','2020-03-16 21:20:50','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:20:50','2020-03-16 21:20:50','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9578,1,'2020-03-16 16:20:51','2020-03-16 21:20:51','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_single_image image_size=\"full\" _id=\"826568\" image_source=\"media_library\" image=\"9551\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:20:51','2020-03-16 21:20:51','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9580,1,'2020-03-16 16:52:34','2020-03-16 21:52:34','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:52:34','2020-03-16 21:52:34','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9579,1,'2020-03-16 16:51:12','2020-03-16 21:51:12','','consejo1','','inherit','open','closed','','consejo1','','','2020-03-16 16:51:12','2020-03-16 21:51:12','',416,'https://redpsiju.org/wp-content/uploads/2020/03/consejo1.png',0,'attachment','image/png',0),(9581,1,'2020-03-16 16:52:35','2020-03-16 21:52:35','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_carousel_images img_size=\"full\" items_number=\"3\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"507828\" images=\"9579,9551\" onclick=\"none\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:52:35','2020-03-16 21:52:35','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9582,1,'2020-03-16 16:53:28','2020-03-16 21:53:28','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:53:28','2020-03-16 21:53:28','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9583,1,'2020-03-16 16:53:28','2020-03-16 21:53:28','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_carousel_images img_size=\"full\" items_number=\"3\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"3\" alt_text=\"__empty__\" _id=\"507828\" images=\"9579,9551\" onclick=\"none\" navigation=\"yes\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:53:28','2020-03-16 21:53:28','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9584,1,'2020-03-16 16:54:25','2020-03-16 21:54:25','[kc_row use_container=\"yes\" _id=\"959878\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"621794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"891397\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"989135\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"147622\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n[/kc_column_text][kc_row_inner _id=\"605887\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"386266\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"52984\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"61833\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"277192\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"904671\"][kc_single_image image_size=\"full\" _id=\"140583\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"739870\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"168341\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"589200\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"601708\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"44579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n[/kc_column_text][kc_row_inner _id=\"814730\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"182066\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"282488\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"898257\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"396779\" image_source=\"media_library\" image=\"9545\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"505679\"][kc_single_image image_size=\"full\" _id=\"183527\" image_source=\"media_library\" image=\"9548\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:54:25','2020-03-16 21:54:25','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9585,1,'2020-03-16 16:54:26','2020-03-16 21:54:26','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"3\" alt_text=\"__empty__\" _id=\"507828\" images=\"9579,9551\" onclick=\"none\" navigation=\"yes\"][/kc_column][/kc_row]','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-03-16 16:54:26','2020-03-16 21:54:26','',416,'https://redpsiju.org/2020/03/16/416-revision-v1/',0,'revision','',0),(9792,1,'2020-12-17 18:00:33','2020-12-17 23:00:33','<span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Planificar para Articular</span>\n\n<section class=\"kc-elm kc-css-1332787 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-497931 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1880784 kc-title-wrap \">\n<h2 class=\"kc_title\">Lineamientos Programáticos Consensuados</h2>\n</div>\n<div class=\"kc-elm kc-css-991220 kc_text_block\">\n\nDesde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021\n\n</div>\n<div class=\"kc-elm kc-css-2485191 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2038887 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1493058 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/acta.jpg\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-4016960 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3743339 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/esta.jpg\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-3126844 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-503026 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/pei.jpg\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n</div>\n<div class=\"kc-elm kc-css-2956094 kc-title-wrap \">\n<h2 class=\"kc_title\">Condecoración Medalla al Mérito Iberoamericano</h2>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n\nMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.\n\n</div>\n<div class=\"kc-elm kc-css-1069389 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2008459 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3880550 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/resolucion.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/reso.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1476264 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3094555 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/meda.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2176056 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3676058 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.redpsiju.org/doc/diplo.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/diplo.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n\n<img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" />\n\n</div>\n<div class=\"item\">\n\n<img src=\"https://redpsiju.org/wp-content/uploads/2020/03/medallas.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2020-12-17 18:00:33','2020-12-17 23:00:33','',416,'https://redpsiju.org/2020/12/17/416-revision-v1/',0,'revision','',0),(9621,1,'2020-03-16 17:17:43','2020-03-16 22:17:43','','consejo7','','inherit','open','closed','','consejo7','','','2020-03-16 17:17:43','2020-03-16 22:17:43','',472,'https://redpsiju.org/wp-content/uploads/2020/03/consejo7.png',0,'attachment','image/png',0),(9620,1,'2020-03-16 17:17:33','2020-03-16 22:17:33','','consejo6','','inherit','open','closed','','consejo6','','','2020-03-16 17:17:33','2020-03-16 22:17:33','',472,'https://redpsiju.org/wp-content/uploads/2020/03/consejo6.png',0,'attachment','image/png',0),(9619,1,'2020-03-16 17:17:18','2020-03-16 22:17:18','','consejo5','','inherit','open','closed','','consejo5','','','2020-03-16 17:17:18','2020-03-16 22:17:18','',472,'https://redpsiju.org/wp-content/uploads/2020/03/consejo5.png',0,'attachment','image/png',0),(9618,1,'2020-03-16 17:17:06','2020-03-16 22:17:06','','consejo4','','inherit','open','closed','','consejo4','','','2020-03-16 17:17:06','2020-03-16 22:17:06','',472,'https://redpsiju.org/wp-content/uploads/2020/03/consejo4.png',0,'attachment','image/png',0),(9617,1,'2020-03-16 17:16:48','2020-03-16 22:16:48','','consejo3','','inherit','open','closed','','consejo3','','','2020-03-16 17:16:48','2020-03-16 22:16:48','',472,'https://redpsiju.org/wp-content/uploads/2020/03/consejo3.png',0,'attachment','image/png',0),(9592,1,'2020-03-16 17:01:18','2020-03-16 22:01:18','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:01:18','2020-03-16 22:01:18','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9593,1,'2020-03-16 17:01:19','2020-03-16 22:01:19','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_image_gallery columns=\"1\" image_size=\"full\" alt_text=\"__empty__\" _id=\"825311\" images=\"9590,9589,9588,9587,9586\" type=\"grid\" click_action=\"none\" css_custom=\"{`kc-css`:{}}\" animate=\"flash||3s\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:01:19','2020-03-16 22:01:19','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9594,1,'2020-03-16 17:01:52','2020-03-16 22:01:52','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:01:52','2020-03-16 22:01:52','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9595,1,'2020-03-16 17:01:52','2020-03-16 22:01:52','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_image_gallery columns=\"1\" image_size=\"full\" alt_text=\"__empty__\" _id=\"825311\" images=\"9590,9589,9588,9587,9586\" type=\"grid\" click_action=\"none\" css_custom=\"{`kc-css`:{}}\" animate=\"bounce||3s\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:01:52','2020-03-16 22:01:52','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9596,1,'2020-03-16 17:03:07','2020-03-16 22:03:07','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:03:07','2020-03-16 22:03:07','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9597,1,'2020-03-16 17:03:08','2020-03-16 22:03:08','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_image_gallery columns=\"1\" image_size=\"full\" alt_text=\"__empty__\" _id=\"825311\" images=\"9590,9589,9588,9587,9586\" type=\"image_masonry\" click_action=\"none\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`,`display|`:`inline`}}}}\" animate=\"||\" overlay=\"yes\" icon=\"fa-plus\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:03:08','2020-03-16 22:03:08','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9598,1,'2020-03-16 17:03:23','2020-03-16 22:03:23','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:03:23','2020-03-16 22:03:23','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9599,1,'2020-03-16 17:03:24','2020-03-16 22:03:24','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:03:24','2020-03-16 22:03:24','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9600,1,'2020-03-16 17:04:26','2020-03-16 22:04:26','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:04:26','2020-03-16 22:04:26','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9781,1,'2020-12-17 17:41:09','2020-12-17 22:41:09','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-12-17 17:41:09','2020-12-17 22:41:09','',472,'https://redpsiju.org/2020/12/17/472-revision-v1/',0,'revision','',0),(9601,1,'2020-03-16 17:04:27','2020-03-16 22:04:27','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"4\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"23638\" images=\"9590,9589,9588,9587,9586\" onclick=\"none\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:04:27','2020-03-16 22:04:27','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9602,1,'2020-03-16 17:05:44','2020-03-16 22:05:44','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:05:44','2020-03-16 22:05:44','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9603,1,'2020-03-16 17:05:45','2020-03-16 22:05:45','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"23638\" onclick=\"none\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9jb25zZWpvMy0zMDB4MjE2LnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:05:45','2020-03-16 22:05:45','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9604,1,'2020-03-16 17:07:03','2020-03-16 22:07:03','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:07:03','2020-03-16 22:07:03','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9605,1,'2020-03-16 17:07:04','2020-03-16 22:07:04','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"23638\" onclick=\"none\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\" images=\"9579\" navigation=\"yes\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:07:04','2020-03-16 22:07:04','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9606,1,'2020-03-16 17:07:56','2020-03-16 22:07:56','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:07:56','2020-03-16 22:07:56','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9607,1,'2020-03-16 17:07:56','2020-03-16 22:07:56','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"23638\" onclick=\"none\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\" images=\"9586\" navigation=\"yes\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:07:56','2020-03-16 22:07:56','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9608,1,'2020-03-16 17:09:33','2020-03-16 22:09:33','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:09:33','2020-03-16 22:09:33','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9609,1,'2020-03-16 17:09:34','2020-03-16 22:09:34','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"5\" alt_text=\"__empty__\" _id=\"23638\" onclick=\"none\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\" images=\"9590,9589,9588,9587,9586\" navigation=\"yes\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:09:34','2020-03-16 22:09:34','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9610,1,'2020-03-16 17:10:35','2020-03-16 22:10:35','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:10:35','2020-03-16 22:10:35','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9611,1,'2020-03-16 17:10:36','2020-03-16 22:10:36','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"5\" alt_text=\"__empty__\" _id=\"23638\" onclick=\"none\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-weight|`:`600`,`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\" images=\"9590,9589,9588,9587,9586\" navigation=\"yes\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:10:36','2020-03-16 22:10:36','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9613,1,'2020-03-16 17:11:24','2020-03-16 22:11:24','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:11:24','2020-03-16 22:11:24','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9616,1,'2020-03-16 17:12:44','2020-03-16 22:12:44','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"5\" alt_text=\"__empty__\" _id=\"23638\" onclick=\"none\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-weight|`:`300`,`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\" images=\"9590,9589,9588,9587,9586\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:12:44','2020-03-16 22:12:44','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9614,1,'2020-03-16 17:11:25','2020-03-16 22:11:25','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"5\" alt_text=\"__empty__\" _id=\"23638\" onclick=\"none\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-weight|`:`400`,`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\" images=\"9590,9589,9588,9587,9586\" navigation=\"yes\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:11:25','2020-03-16 22:11:25','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9615,1,'2020-03-16 17:12:43','2020-03-16 22:12:43','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:12:43','2020-03-16 22:12:43','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9623,1,'2020-03-16 17:19:25','2020-03-16 22:19:25','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:19:25','2020-03-16 22:19:25','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9622,1,'2020-03-16 17:18:25','2020-03-16 22:18:25','','consejo8','','inherit','open','closed','','consejo8','','','2020-03-16 17:18:25','2020-03-16 22:18:25','',472,'https://redpsiju.org/wp-content/uploads/2020/03/consejo8.png',0,'attachment','image/png',0),(9624,1,'2020-03-16 17:19:25','2020-03-16 22:19:25','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"901313\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:19:25','2020-03-16 22:19:25','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9625,1,'2020-03-16 17:31:24','2020-03-16 22:31:24','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:31:24','2020-03-16 22:31:24','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9626,1,'2020-03-16 17:31:24','2020-03-16 22:31:24','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"1\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"901313\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:31:24','2020-03-16 22:31:24','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9627,1,'2020-03-16 17:31:55','2020-03-16 22:31:55','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:31:55','2020-03-16 22:31:55','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9628,1,'2020-03-16 17:31:56','2020-03-16 22:31:56','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"901313\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:31:56','2020-03-16 22:31:56','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9629,1,'2020-03-16 17:32:33','2020-03-16 22:32:33','[kc_row use_container=\"no\" _id=\"102057\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"582455\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"155094\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"556968\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"364137\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"434798\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"390241\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"778491\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"493554\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"772166\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"956142\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"233291\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"69725\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"193416\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"673790\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"388364\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"481631\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"284519\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"910958\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"25802\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:32:33','2020-03-16 22:32:33','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9630,1,'2020-03-16 17:32:34','2020-03-16 22:32:34','[kc_row use_container=\"no\" _id=\"737434\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"546918\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"551244\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"997250\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"990167\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"112185\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"915081\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"364696\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"899528\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"574425\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"723634\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"687157\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"195423\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"121280\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"3138\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"977980\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"760792\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"996643\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"517331\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"621752\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"554535\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"53583\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"901313\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-03-16 17:32:34','2020-03-16 22:32:34','',472,'https://redpsiju.org/2020/03/16/472-revision-v1/',0,'revision','',0),(9731,1,'2020-10-22 19:20:00','2020-10-23 00:20:00','[kc_row use_container=\"no\" _id=\"25408\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"272116\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"76899\" image_source=\"media_library\" image=\"9450\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://web.facebook.com/Asociaci%C3%B3n-Argentina-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-137278563048509/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"770704\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"382769\" image_source=\"media_library\" image=\"9453\" on_click_action=\"open_custom_link\" custom_link=\"http://www.psicologiajuridicaperu.org||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"59853\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"235894\" image_source=\"media_library\" image=\"9454\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"737861\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"655445\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"81207\" image_source=\"media_library\" image=\"9472\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"33372\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"809180\" image_source=\"media_library\" image=\"9473\" on_click_action=\"open_custom_link\" custom_link=\"https://icpfu.jimdofree.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"672998\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"505524\" image_source=\"media_library\" image=\"9481\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"734911\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"942535\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_single_image image_size=\"full\" _id=\"789531\" image_source=\"media_library\" image=\"9477\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"652248\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"46392\" image_source=\"media_library\" image=\"9730\" on_click_action=\"open_custom_link\" custom_link=\"https://ibercrimainternacional.wordpress.com/||_blank\"][/kc_column][kc_column width=\"33.33%\" _id=\"673405\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`100%`}}}}\"][kc_single_image image_size=\"full\" _id=\"266241\" image_source=\"media_library\" image=\"9474\" on_click_action=\"open_custom_link\" custom_link=\"http://abpj.org.br/||_blank\"][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"486164\" _css_inspector_=\"{`kc-css`:{}}\" _css_inspector__hover=\"{`kc-css`:{}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`center`},`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`padding|`:`20px inherit 30px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"100%\" _id=\"644855\" css_custom=\"{`kc-css`:{`999`:{`box`:{`width|`:`0%`}}}}\"][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"1\" mobile=\"1\" speed=\"100\" pagination=\"yes\" auto_play=\"yes\" delay=\"8\" alt_text=\"__empty__\" _id=\"720320\" images=\"9617,9618,9619,9620,9621,9622\" onclick=\"none\"][/kc_column][/kc_row]','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2020-10-22 19:20:00','2020-10-23 00:20:00','',472,'https://redpsiju.org/2020/10/22/472-revision-v1/',0,'revision','',0),(9636,1,'2020-03-20 04:00:16','2020-03-20 09:00:16','<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">RedPsiJu 2020 © Todos los derechos reservados.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','9633-revision-v1','','','2020-03-20 04:00:16','2020-03-20 09:00:16','',9633,'https://redpsiju.org/2020/03/20/9633-revision-v1/',0,'revision','',0),(9638,1,'2020-03-20 04:03:49','2020-03-20 09:03:49','<!-- wp:paragraph {\"align\":\"center\",\"customBackgroundColor\":\"#ffffff\"} -->\n<p style=\"background-color:#ffffff\" class=\"has-background has-text-align-center\">RedPsiJu 2020 © Todos los derechos reservados.</p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','9633-revision-v1','','','2020-03-20 04:03:49','2020-03-20 09:03:49','',9633,'https://redpsiju.org/2020/03/20/9633-revision-v1/',0,'revision','',0),(9639,1,'2020-03-20 04:04:11','2020-03-20 09:04:11','<!-- wp:paragraph {\"align\":\"center\",\"customBackgroundColor\":\"#ffffff\"} -->\n<p style=\"background-color:#ffffff\" class=\"has-background has-text-align-center\">RedPsiJu 2020 © Todos los derechos reservados.</p>\n<!-- /wp:paragraph -->','Pie página','','inherit','closed','closed','','9633-revision-v1','','','2020-03-20 04:04:11','2020-03-20 09:04:11','',9633,'https://redpsiju.org/2020/03/20/9633-revision-v1/',0,'revision','',0),(9729,1,'2020-07-04 13:05:07','2020-07-04 18:05:07','[kc_row use_container=\"yes\" _id=\"916669\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"284892\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"813905\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"757859\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"847065\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"367613\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"117186\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"460472\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"311547\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"39983\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"239738\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"329528\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"892290\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"649217\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"309396\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"58696\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"872373\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"190680\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"243620\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"869291\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"844181\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"410631\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"582198\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"907823\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"927049\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"110329\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"714919\"][kc_column_inner width=\"33.33%\" _id=\"211745\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"929548\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"86169\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"738402\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"284513\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"993279\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"453628\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"768183\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"509485\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgQW3DqXJpY2EgZGVsIFN1ciAvIEVzcGHDsWE=\" type=\"h2\" _id=\"772042\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"620019\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"343687\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"840798\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"690121\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"574528\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"536537\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"443244\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"244702\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"519544\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"200261\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"768635\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIEJhcmNlbG9uYSwgQ2F0YWx1w7FhLg==\"][kc_column_text _id=\"429661\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`30px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-07-04 13:05:07','2020-07-04 18:05:07','',239,'https://redpsiju.org/2020/07/04/239-revision-v1/',0,'revision','',0),(9652,1,'2020-03-22 08:32:22','2020-03-22 13:32:22','','cropped-fondo.png','','inherit','open','closed','','cropped-fondo-png','','','2020-03-22 08:32:22','2020-03-22 13:32:22','',0,'https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo.png',0,'attachment','image/png',0),(9661,1,'2020-03-22 08:49:46','2020-03-22 13:49:46','','cropped-fondo-1.png','','inherit','open','closed','','cropped-fondo-1-png','','','2020-03-22 08:49:46','2020-03-22 13:49:46','',0,'https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo-1.png',0,'attachment','image/png',0),(9664,1,'2020-03-22 08:57:54','2020-03-22 13:57:54','','cropped-fondo-1-1.png','','inherit','open','closed','','cropped-fondo-1-1-png','','','2020-03-22 08:57:54','2020-03-22 13:57:54','',0,'https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo-1-1.png',0,'attachment','image/png',0),(9669,1,'2020-03-22 09:08:28','2020-03-22 14:08:28','','cropped-fondo-1-2.png','','inherit','open','closed','','cropped-fondo-1-2-png','','','2020-03-22 09:08:28','2020-03-22 14:08:28','',0,'https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo-1-2.png',0,'attachment','image/png',0),(9671,1,'2020-03-22 09:32:36','2020-03-22 14:32:36','','fondo','','inherit','open','closed','','fondo-2','','','2020-03-22 09:32:36','2020-03-22 14:32:36','',0,'https://redpsiju.org/wp-content/uploads/2020/03/fondo-1.png',0,'attachment','image/png',0),(9672,1,'2020-03-22 09:36:05','2020-03-22 14:36:05','','cropped-fondo-1-3.png','','inherit','open','closed','','cropped-fondo-1-3-png','','','2020-03-22 09:36:05','2020-03-22 14:36:05','',0,'https://redpsiju.org/wp-content/uploads/2020/03/cropped-fondo-1-3.png',0,'attachment','image/png',0),(9673,1,'2020-03-22 10:17:08','2020-03-22 15:17:08','[kc_row use_container=\"yes\" _id=\"821918\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"714945\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"511793\"][kc_column_inner width=\"33.33%\" _id=\"305268\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"837933\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"388575\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"553275\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"373957\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"639126\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"141839\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"695977\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"953077\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"659683\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"187977\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"508912\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"776399\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"319405\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"511954\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"151711\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"925273\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"541709\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"912490\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"768455\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"766876\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"5702\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:17:08','2020-03-22 15:17:08','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9674,1,'2020-03-22 10:17:10','2020-03-22 15:17:10','[kc_row use_container=\"yes\" _id=\"505110\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"629040\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"835861\"][kc_column_inner width=\"33.33%\" _id=\"8693\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"256757\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"713297\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"990813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"81182\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"275362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"259774\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"58579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"392897\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"392372\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"630760\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"276851\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"851161\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"664857\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"38993\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"438601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"956987\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"651278\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"892935\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"155295\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"934802\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"656789\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:17:10','2020-03-22 15:17:10','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9676,1,'2020-03-22 10:17:34','2020-03-22 15:17:34','[kc_row use_container=\"yes\" _id=\"505110\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"629040\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"835861\"][kc_column_inner width=\"33.33%\" _id=\"8693\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"256757\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"713297\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"990813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"81182\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"275362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"259774\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"58579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"392897\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"392372\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"630760\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"276851\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"851161\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"664857\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"38993\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"438601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"956987\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"651278\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"892935\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"155295\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"934802\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"656789\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:17:34','2020-03-22 15:17:34','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9677,1,'2020-03-22 10:20:09','2020-03-22 15:20:09','[kc_row use_container=\"yes\" _id=\"505110\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"629040\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"835861\"][kc_column_inner width=\"33.33%\" _id=\"8693\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"256757\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"713297\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"990813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"81182\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"275362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"259774\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"58579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"392897\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"392372\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"630760\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"276851\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"851161\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"664857\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"38993\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"438601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"956987\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"651278\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"892935\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"155295\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"934802\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"656789\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:20:09','2020-03-22 15:20:09','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9681,1,'2020-03-22 10:21:05','2020-03-22 15:21:05','[kc_row use_container=\"yes\" _id=\"505110\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"629040\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"835861\"][kc_column_inner width=\"33.33%\" _id=\"8693\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SWJlcm9hbcOpcmljYSAyMDIw\" type=\"h4\" _id=\"256757\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"U2VjcmV0YXLDrWEgR2VuZXJhbA==\" type=\"h2\" _id=\"713297\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"990813\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"81182\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"275362\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"259774\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"58579\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"392897\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"392372\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"630760\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"276851\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"851161\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"664857\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"38993\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"438601\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"956987\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"651278\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"892935\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"155295\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"934802\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"656789\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:21:05','2020-03-22 15:21:05','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9678,1,'2020-03-22 10:20:19','2020-03-22 15:20:19','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"33.33%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"922521\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896597\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:20:19','2020-03-22 15:20:19','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9687,1,'2020-03-22 10:27:31','2020-03-22 15:27:31','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"100%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:27:31','2020-03-22 15:27:31','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9694,1,'2020-03-22 10:29:33','2020-03-22 15:29:33','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:29:33','2020-03-22 15:29:33','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9689,1,'2020-03-22 10:27:56','2020-03-22 15:27:56','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"100%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:27:56','2020-03-22 15:27:56','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9685,1,'2020-03-22 10:27:03','2020-03-22 15:27:03','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"100%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:27:03','2020-03-22 15:27:03','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9686,1,'2020-03-22 10:27:04','2020-03-22 15:27:04','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"703621\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"487155\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"940268\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"703419\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"252484\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"833701\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"398822\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"970197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"909827\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"686978\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:27:04','2020-03-22 15:27:04','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9690,1,'2020-03-22 10:27:57','2020-03-22 15:27:57','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"703621\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"487155\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"940268\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"703419\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"252484\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"833701\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"398822\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"970197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"909827\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"686978\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:27:57','2020-03-22 15:27:57','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9691,1,'2020-03-22 10:28:47','2020-03-22 15:28:47','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"100%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:28:47','2020-03-22 15:28:47','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9692,1,'2020-03-22 10:28:47','2020-03-22 15:28:47','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"703621\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"487155\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"940268\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]<p>La Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)</p>\r\n<p>La Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"703419\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"252484\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"833701\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"398822\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"970197\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"909827\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"686978\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:28:47','2020-03-22 15:28:47','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9693,1,'2020-03-22 10:29:32','2020-03-22 15:29:32','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"100%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:29:32','2020-03-22 15:29:32','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9697,1,'2020-03-22 10:34:28','2020-03-22 15:34:28','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"15219\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"722795\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"586324\"][kc_column_inner width=\"100%\" _id=\"273329\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9ydGFsZWNpbWllbnRvIGRlIENhcGFjaWRhZGVz\" type=\"h4\" _id=\"491453\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"VGl0dWxhY2nDs24gcHJvcGlhIGRlIGxhIEVzY3VlbGFQc2k=\" type=\"h2\" _id=\"120019\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"322114\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:34:28','2020-03-22 15:34:28','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9696,1,'2020-03-22 10:34:27','2020-03-22 15:34:27','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"100%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:34:27','2020-03-22 15:34:27','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9863,1,'2021-02-06 08:38:28','2021-02-06 13:38:28','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-02-06 08:38:28','2021-02-06 13:38:28','',472,'https://redpsiju.org/2021/02/06/472-revision-v1/',0,'revision','',0),(9706,1,'2020-03-22 11:10:30','2020-03-22 16:10:30','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"15219\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"722795\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"586324\"][kc_column_inner width=\"100%\" _id=\"273329\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9ydGFsZWNpbWllbnRvIGRlIENhcGFjaWRhZGVz\" type=\"h4\" _id=\"491453\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"VGl0dWxhY2nDs24gcHJvcGlhIGRlIGxhIEVzY3VlbGFQc2k=\" type=\"h2\" _id=\"120019\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"322114\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 11:10:30','2020-03-22 16:10:30','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9699,1,'2020-03-22 10:35:18','2020-03-22 15:35:18','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"15219\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"722795\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"586324\"][kc_column_inner width=\"100%\" _id=\"273329\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9ydGFsZWNpbWllbnRvIGRlIENhcGFjaWRhZGVz\" type=\"h4\" _id=\"491453\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"VGl0dWxhY2nDs24gcHJvcGlhIGRlIGxhIEVzY3VlbGFQc2k=\" type=\"h2\" _id=\"120019\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"322114\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:35:18','2020-03-22 15:35:18','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9698,1,'2020-03-22 10:35:16','2020-03-22 15:35:16','[kc_row use_container=\"yes\" _id=\"931964\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmby0zMDB4MjA5LmpwZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`96px inherit 20px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"268355\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"414825\"][kc_column_inner width=\"100%\" _id=\"691517\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"88498\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"564364\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"756231\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"100%\" _id=\"177225\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 48px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_column_text _id=\"472964\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`}}}}\" animate=\"||\"]\n\nLa Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense, tiene su sede oficial en los países de las entidades que ostentan la <strong>Presidencia ProTempore</strong>, la <strong>Secretaría General</strong> y, las <strong>Direcciones Generales</strong> (Barcelona y Lima)\n\nLa Oficina de Enlace para brindar toda información pertinente a asociatividad, participación institucional en eventos o actividades, colaboraciones y convenios, serán atendidos por la <strong>Secretaría General</strong>, cuyos datos son:\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"405889\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"293588\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Comunicaciones\" desc=\"KzUxLTk5MTU0MzgzMQ==\" icon=\"sl-phone\" _id=\"765914\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"874415\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Consultas por E-Mail\" desc=\"amNodG9ycmVzQHJlZHBzaWp1Lm9yZw==\" icon=\"sl-envelope-open\" _id=\"781545\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"442152\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Oficina en Chiclayo, Perú\" desc=\"TWFyaXNjYWwgTmlldG8gNDgw\" icon=\"sl-location-pin\" _id=\"370193\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#333333`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#405ef3`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"911112\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"385794\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"869281\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"465244\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"924057\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"622665\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"705247\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:35:16','2020-03-22 15:35:16','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9700,1,'2020-03-22 10:40:51','2020-03-22 15:40:51','[kc_row use_container=\"yes\" _id=\"875785\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"572441\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"113395\"][kc_column_inner width=\"100%\" _id=\"95595\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"481631\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"203362\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"912267\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"124523\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"222491\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"641202\"][kc_column_inner width=\"100%\" _id=\"322838\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"181956\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"885587\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"504145\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"649173\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"884946\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"409923\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"226643\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"865602\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"249439\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"107331\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:40:51','2020-03-22 15:40:51','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9701,1,'2020-03-22 10:47:47','2020-03-22 15:47:47','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"15219\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"722795\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"586324\"][kc_column_inner width=\"100%\" _id=\"273329\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9ydGFsZWNpbWllbnRvIGRlIENhcGFjaWRhZGVz\" type=\"h4\" _id=\"491453\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"VGl0dWxhY2nDs24gcHJvcGlhIGRlIGxhIEVzY3VlbGFQc2k=\" type=\"h2\" _id=\"120019\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"322114\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:47:47','2020-03-22 15:47:47','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9702,1,'2020-03-22 10:47:47','2020-03-22 15:47:47','[kc_row use_container=\"yes\" _id=\"875785\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"572441\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"113395\"][kc_column_inner width=\"100%\" _id=\"95595\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"481631\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"203362\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#1b66a8`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"912267\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"124523\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"222491\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"641202\"][kc_column_inner width=\"100%\" _id=\"322838\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"181956\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"885587\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"504145\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"649173\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"884946\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"409923\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"226643\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"865602\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"249439\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"107331\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:47:47','2020-03-22 15:47:47','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9703,1,'2020-03-22 10:48:33','2020-03-22 15:48:33','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"15219\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"722795\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"586324\"][kc_column_inner width=\"100%\" _id=\"273329\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9ydGFsZWNpbWllbnRvIGRlIENhcGFjaWRhZGVz\" type=\"h4\" _id=\"491453\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"VGl0dWxhY2nDs24gcHJvcGlhIGRlIGxhIEVzY3VlbGFQc2k=\" type=\"h2\" _id=\"120019\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"322114\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:48:33','2020-03-22 15:48:33','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9704,1,'2020-03-22 10:48:34','2020-03-22 15:48:34','[kc_row use_container=\"yes\" _id=\"875785\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"572441\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"113395\"][kc_column_inner width=\"100%\" _id=\"95595\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"481631\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"203362\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"912267\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"124523\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"222491\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"641202\"][kc_column_inner width=\"100%\" _id=\"322838\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"181956\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"885587\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"504145\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"649173\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"884946\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"409923\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"226643\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"865602\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"249439\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"107331\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 10:48:34','2020-03-22 15:48:34','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9708,1,'2020-03-22 11:25:06','2020-03-22 16:25:06','[kc_row use_container=\"yes\" _id=\"869378\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"392522\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"235052\"][kc_column_inner width=\"100%\" _id=\"316641\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"525083\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"756368\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"835815\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"15219\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"722795\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"586324\"][kc_column_inner width=\"100%\" _id=\"273329\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"Rm9ydGFsZWNpbWllbnRvIGRlIENhcGFjaWRhZGVz\" type=\"h4\" _id=\"491453\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"VGl0dWxhY2nDs24gcHJvcGlhIGRlIGxhIEVzY3VlbGFQc2k=\" type=\"h2\" _id=\"120019\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"322114\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"440735\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"742006\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"164714\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"441446\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"99732\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"640853\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"263265\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 11:25:06','2020-03-22 16:25:06','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9707,1,'2020-03-22 11:10:33','2020-03-22 16:10:33','[kc_row use_container=\"yes\" _id=\"875785\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"572441\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"113395\"][kc_column_inner width=\"100%\" _id=\"95595\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"481631\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"203362\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"912267\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"124523\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"222491\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"641202\"][kc_column_inner width=\"100%\" _id=\"322838\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"181956\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"885587\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"504145\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"957005\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"275835\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"639292\"][kc_column_inner width=\"100%\" _id=\"376812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"105470\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"337267\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"376883\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"649173\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"884946\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"409923\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"226643\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"865602\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"249439\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"107331\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 11:10:33','2020-03-22 16:10:33','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9709,1,'2020-03-22 11:25:07','2020-03-22 16:25:07','[kc_row use_container=\"yes\" _id=\"875785\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"572441\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"113395\"][kc_column_inner width=\"100%\" _id=\"95595\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"481631\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"203362\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"912267\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"124523\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"222491\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"641202\"][kc_column_inner width=\"100%\" _id=\"322838\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"181956\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"885587\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"504145\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"957005\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"275835\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"639292\"][kc_column_inner width=\"100%\" _id=\"376812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"105470\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"337267\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"376883\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"649173\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"884946\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"409923\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"226643\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"865602\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"249439\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"107331\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-22 11:25:07','2020-03-22 16:25:07','',661,'https://redpsiju.org/2020/03/22/661-revision-v1/',0,'revision','',0),(9711,1,'2020-03-22 11:28:51','2020-03-22 16:28:51','[kc_row use_container=\"yes\" _id=\"11089\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"533510\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"594766\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"745153\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"788356\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"79723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"195889\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]<p>\r\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\r\n[/kc_column_text][kc_column_text _id=\"867824\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\r\n<p>La alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"487452\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"953413\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]<p>La institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\r\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\r\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"949919\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"953997\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"388020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"708804\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"889700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"477877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"324826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica <span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"206790\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"607263\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"896776\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"412495\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"516877\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"663368\"]</p>\r\n[/kc_column_text][kc_column_text _id=\"955799\"]</p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"156224\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"147774\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"900260\"][kc_column_inner width=\"33.33%\" _id=\"508420\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"650324\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"970624\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"890767\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"475283\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"489660\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"227620\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"130269\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"813249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgQW3DqXJpY2EgZGVsIFN1ciAvIEVzcGHDsWE=\" type=\"h2\" _id=\"252163\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"135172\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"925033\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"20980\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"770744\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"561196\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"859406\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"182348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"804294\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"421508\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"267421\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"45986\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][kc_column_text _id=\"431904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`30px inherit 10px inherit`}}}}\"]<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\r\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-03-22 11:28:51','2020-03-22 16:28:51','',239,'https://redpsiju.org/2020/03/22/239-revision-v1/',0,'revision','',0),(9728,1,'2020-07-04 13:05:06','2020-07-04 18:05:06','[kc_row use_container=\"yes\" _id=\"11089\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249a2NfZ2V0X3RodW1ibiZ0eXBlPWZpbHRlcl91cmwmaWQ9JTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDIwJTJGMDMlMkZmb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"533510\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBFc3RyYXTDqWdpY2E=\" type=\"h4\" _id=\"594766\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`10px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UHJlc2VudGFjacOzbiBJbnN0aXR1Y2lvbmFs\" type=\"h2\" _id=\"745153\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"788356\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 36px inherit`}}}}\"][kc_column_inner width=\"50%\" _id=\"79723\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"195889\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`},`box`:{`border|`:`|||`,`margin|p`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"]\n\nLa RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.\n\n[/kc_column_text][kc_column_text _id=\"867824\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\n\nLa alianza programática con la <a href=\"http://www.escuelapsi.org\" target=\"_blank\" rel=\"noopener noreferrer\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"487452\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`48%`}}}}\"][kc_column_text _id=\"953413\" css_custom=\"{`kc-css`:{}}\" animate=\"||\"]\n\nLa institucionalización de la<strong> Condecoración al Mérito Iberoamericano \"Integración Inter Continental PsiJurídica\"</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\n\nLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\n\nEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\n\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"949919\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzAzL2ZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`10px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"953997\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"UmVwcmVzZW50YW50ZXMgSW5zdGl0dWNpb25hbGVzIGVuIFBzaWNvbG9nw61hIEp1csOtZGljYQ==\" type=\"h4\" _id=\"388020\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"TWllbWJyb3MgZGVsIERpcmVjdG9yaW8=\" type=\"h2\" _id=\"708804\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"889700\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"477877\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"324826\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Somos un equipo corporativo de instituciones con personería jurídica&nbsp;<span style=\"font-style: inherit;\">especializadas en intervenciones Gremiales en cada país, con dominio solvente de procesos asociativos y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"206790\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"607263\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"896776\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriel Alberto Letaif\" desc=\"UHJlc2lkZW50ZSBQcm9UZW1wb3JlIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gQXJnZW50aW5hIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" image=\"9276\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"412495\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"516877\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Charles Torres Vásquez\" desc=\"U2VjcmV0YXJpbyBHZW5lcmFsIGRlIGxhIFJlZFBzaUp1IHksIFByZXNpZGVudGUgZGUgbGEgQXNvY2lhY2nDs24gUGVydWFuYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\" image=\"9277\"][kc_column_text _id=\"663368\"]\n\n[/kc_column_text][kc_column_text _id=\"955799\"]\n\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"156224\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"147774\" image=\"9280\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Iris Ayala Solis\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBQcmVzaWRlbnRhIGRlIGxhIEFzb2NpYWNpw7NuIFBhbmFtZcOxYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2EgeSBGb3JlbnNl\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"900260\"][kc_column_inner width=\"33.33%\" _id=\"508420\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"650324\" image=\"9282\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Miriam Rivas Pérez\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIEFzb2NpYWNpw7NuIFZlbmV6b2xhbmEgZGUgUHNpY29sb2fDrWEgSnVkaWNpYWw=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"970624\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"890767\" image=\"9281\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"João Carlos Alchieri\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lKdSB5LCBSZXByZXNlbnRhbnRlIGRlIGxhIEFzb2NpYWNpw7NuIEJyYXNpbGVyYSBkZSBQc2ljb2xvZ8OtYSBKdXLDrWRpY2E=\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"475283\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"489660\" image=\"9283\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`,`text-align|.content-title`:`center`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Adriana Savio Corvino\" desc=\"TWllbWJybyBkZSBsYSBSZWRQc2lqdSB5LCBQcmVzaWRlbnRhIGRlbCBJbnN0aXR1dG8gZGUgUHNpY29sb2fDrWEgSnVyw61kaWNhIGRlIFVydWd1YXk=\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"no\" _id=\"227620\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmZmZmZmYiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiIlU0lURV9VUkwlL3dwLWFkbWluL2FkbWluLWFqYXgucGhwP2FjdGlvbj1rY19nZXRfdGh1bWJuJnR5cGU9ZmlsdGVyX3VybCZpZD0lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjAlMkYwMyUyRmZvbmRvLTMwMHgyMTAucG5nIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`0px inherit inherit inherit`}}}}\"][kc_column width=\"100%\" _id=\"130269\" css_custom=\"{`kc-css`:{}}\"][kc_title text=\"RXF1aXBvIEliZXJvQW1lcmljYW5v\" type=\"h4\" _id=\"813249\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"RGlyZWN0b3JlcyBHZW5lcmFsZXMgQW3DqXJpY2EgZGVsIFN1ciAvIEVzcGHDsWE=\" type=\"h2\" _id=\"252163\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_row_inner _id=\"135172\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"925033\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`80%`}}}}\"][kc_column_text _id=\"20980\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`20px`,`text-align|,p`:`center`},`box`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MH0=`}}}}\" animate=\"||\"]\n<p style=\"text-align: center;\">Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong><span style=\"font-style: inherit;\">, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"770744\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoiJVNJVEVfVVJMJS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9mb25kby0zMDB4MjEwLnBuZyIsInBvc2l0aW9uIjoiMCUgMCUiLCJzaXplIjoiYXV0byIsInJlcGVhdCI6InJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"561196\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"859406\" image=\"9279\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Gabriela Coros de la Piedra\" desc=\"RGlyZWN0b3JhIEdlbmVyYWwgZGUgbGEgUmVkUHNpSnUgcGFyYSBBbcOpcmljYSBkZWwgU3VyLCBjb24gc2VkZSBlbiBMaW1hLCBQZXLDug==\"][kc_column_text _id=\"182348\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`25px inherit 10px inherit`}}}}\"]\n<p style=\"text-align: center;\"><a href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"804294\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_single_image image_size=\"full\" _id=\"421508\" image_source=\"media_library\" image=\"9070\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"267421\" css_custom=\"{`kc-css`:{`479`:{`box`:{`width|`:`100%`}},`767`:{`box`:{`width|`:`50%`}},`1024`:{`box`:{`width|`:`33.3333%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`}}}}\"][kc_image_hover_effects layout=\"2\" img_size=\"1024x1024xct\" event_click=\"lightbox\" _id=\"45986\" image=\"9278\" css_custom=\"{`kc-css`:{`any`:{`title`:{`font-family|.content-title`:`Montserrat`,`font-weight|.content-title`:`800`,`text-transform|.content-title`:`capitalize`},`desc`:{`color|.content-desc`:`#ffffff`},`icon`:{`color|i`:`#ffffff`,`background-color|i`:`rgba(255, 255, 255, 0)`,`font-size|i`:`22px`,`line-height|i`:`60px`,`height|i`:`60px`,`width|i`:`60px`},`overlay`:{`background-color|.overlay-effects`:`rgba(64, 94, 243, 0.80)`,`padding|.overlay-effects`:`24px 24px 24px 24px`}}}}\" caption_animation=\"default\" title=\"Bernat-N Tiffón\" desc=\"RGlyZWN0b3IgR2VuZXJhbCBkZSBsYSBSZWRQc2lKdSBwYXJhIEVzcGHDsWEsIGNvbiBzZWRlIGVuIENhdGFsacOxYSwgQmFyY2Vsb25h\"][kc_column_text _id=\"431904\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`font-size|,p`:`25px`},`box`:{`margin|p`:`30px inherit 10px inherit`}}}}\"]\n<p style=\"text-align: center;\"><a href=\"https://www.psicologialegal.com\" target=\"_blank\" rel=\"noopener noreferrer\">Web Personal</a></p>\n[/kc_column_text][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2020-07-04 13:05:06','2020-07-04 18:05:06','',239,'https://redpsiju.org/2020/07/04/239-revision-v1/',0,'revision','',0),(9712,1,'2020-03-26 12:12:36','2020-03-26 17:12:36','','lauraasensi','','inherit','open','closed','','lauraasensi','','','2020-03-26 12:12:36','2020-03-26 17:12:36','',661,'https://redpsiju.org/wp-content/uploads/2020/03/lauraasensi.png',0,'attachment','image/png',0),(9862,1,'2021-02-06 08:38:10','2021-02-06 13:38:10','','logob','','inherit','open','closed','','logob','','','2021-02-06 08:38:10','2021-02-06 13:38:10','',472,'https://redpsiju.org/wp-content/uploads/2021/02/logob.png',0,'attachment','image/png',0),(9947,1,'2022-06-27 03:20:27','2022-06-27 08:20:27','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9946,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/bred.png\" alt=\"\" class=\"wp-image-9946\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9732,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster-1024x512.png\" alt=\"\" class=\"wp-image-9732\"/></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2022-06-27 03:20:27','2022-06-27 08:20:27','',661,'https://redpsiju.org/2022/06/27/661-revision-v1/',0,'revision','',0),(9901,1,'2021-03-20 08:54:07','2021-03-20 13:54:07','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9856,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/banner-1024x375.png\" alt=\"\" class=\"wp-image-9856\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9732,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster-1024x512.png\" alt=\"\" class=\"wp-image-9732\"/></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2021-03-20 08:54:07','2021-03-20 13:54:07','',661,'https://redpsiju.org/2021/03/20/661-revision-v1/',0,'revision','',0),(9713,1,'2020-03-26 12:13:19','2020-03-26 17:13:19','[kc_row use_container=\"yes\" _id=\"233792\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"687615\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"260711\"][kc_column_inner width=\"100%\" _id=\"565977\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"90356\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uIGF1dG9yaXphY2nDs24gZGUgTGF1cmEgQXNlbnNp\" type=\"h2\" _id=\"344038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"488644\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"787713\"][kc_column_inner width=\"100%\" _id=\"474026\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"869365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"627612\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"826180\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"700657\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"900705\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"114092\"][kc_column_inner width=\"100%\" _id=\"373705\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"850038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"984998\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"732655\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"574459\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"745813\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"509937\"][kc_column_inner width=\"100%\" _id=\"162139\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"125254\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"193545\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"465504\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618243\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"225648\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"698232\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"834289\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"323238\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"837395\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"274533\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-26 12:13:19','2020-03-26 17:13:19','',661,'https://redpsiju.org/2020/03/26/661-revision-v1/',0,'revision','',0),(9714,1,'2020-03-26 12:14:08','2020-03-26 17:14:08','[kc_row use_container=\"yes\" _id=\"875785\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"572441\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"113395\"][kc_column_inner width=\"100%\" _id=\"95595\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"481631\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"203362\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"912267\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"124523\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"222491\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"641202\"][kc_column_inner width=\"100%\" _id=\"322838\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"181956\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"885587\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"504145\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"957005\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"275835\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"639292\"][kc_column_inner width=\"100%\" _id=\"376812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"105470\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"337267\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"376883\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"649173\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"884946\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"409923\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"226643\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"865602\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"249439\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"107331\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-26 12:14:08','2020-03-26 17:14:08','',661,'https://redpsiju.org/2020/03/26/661-revision-v1/',0,'revision','',0),(9716,1,'2020-03-26 12:15:42','2020-03-26 17:15:42','[kc_row use_container=\"yes\" _id=\"875785\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"572441\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"113395\"][kc_column_inner width=\"100%\" _id=\"95595\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"481631\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"203362\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"912267\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"124523\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"222491\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"641202\"][kc_column_inner width=\"100%\" _id=\"322838\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"181956\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"885587\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"504145\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"957005\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"275835\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"639292\"][kc_column_inner width=\"100%\" _id=\"376812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"105470\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"337267\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"376883\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"649173\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"884946\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"409923\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"226643\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"865602\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"249439\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"107331\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-26 12:15:42','2020-03-26 17:15:42','',661,'https://redpsiju.org/2020/03/26/661-revision-v1/',0,'revision','',0),(9715,1,'2020-03-26 12:14:09','2020-03-26 17:14:09','[kc_row use_container=\"yes\" _id=\"233792\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"687615\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"260711\"][kc_column_inner width=\"100%\" _id=\"565977\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"90356\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uIGF1dG9yaXphY2nDs24gZGUgTGF1cmEgQXNlbnNp\" type=\"h2\" _id=\"344038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"488644\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"787713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`20px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"474026\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"869365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"627612\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"826180\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"700657\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"900705\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"114092\"][kc_column_inner width=\"100%\" _id=\"373705\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"850038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"984998\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"732655\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"574459\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"745813\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"509937\"][kc_column_inner width=\"100%\" _id=\"162139\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"125254\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"193545\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"465504\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618243\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"225648\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"698232\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"834289\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"323238\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"837395\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"274533\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-26 12:14:09','2020-03-26 17:14:09','',661,'https://redpsiju.org/2020/03/26/661-revision-v1/',0,'revision','',0),(9718,1,'2020-03-26 12:16:14','2020-03-26 17:16:14','[kc_row use_container=\"yes\" _id=\"875785\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"572441\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"113395\"][kc_column_inner width=\"100%\" _id=\"95595\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"481631\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"203362\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"912267\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"124523\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"222491\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"641202\"][kc_column_inner width=\"100%\" _id=\"322838\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"181956\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"885587\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"504145\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"957005\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"275835\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"639292\"][kc_column_inner width=\"100%\" _id=\"376812\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"105470\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"337267\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"376883\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"649173\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"884946\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"409923\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"226643\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"865602\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"249439\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"107331\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-26 12:16:14','2020-03-26 17:16:14','',661,'https://redpsiju.org/2020/03/26/661-revision-v1/',0,'revision','',0),(9717,1,'2020-03-26 12:15:44','2020-03-26 17:15:44','[kc_row use_container=\"yes\" _id=\"233792\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"687615\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"260711\"][kc_column_inner width=\"100%\" _id=\"565977\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"90356\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"344038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"488644\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"787713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`20px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"474026\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"869365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"627612\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"826180\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"700657\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"900705\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"114092\"][kc_column_inner width=\"100%\" _id=\"373705\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"850038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"984998\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"732655\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"574459\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"745813\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"509937\"][kc_column_inner width=\"100%\" _id=\"162139\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"125254\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"193545\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"465504\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618243\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"225648\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"698232\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"834289\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"323238\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"837395\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"274533\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-26 12:15:44','2020-03-26 17:15:44','',661,'https://redpsiju.org/2020/03/26/661-revision-v1/',0,'revision','',0),(9726,1,'2020-04-07 19:17:29','2020-04-08 00:17:29','[kc_row use_container=\"yes\" _id=\"908405\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`767`:{`box`:{`padding|`:`192px inherit inherit inherit`}},`1024`:{`box`:{`padding|`:`96px inherit 96px inherit`}},`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`margin|`:`-130px inherit inherit inherit !important`},`custom`:{`custom|`:`/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important`}}}}\" row_class=\"banner_top\" full_height=\"yes\" content_placement=\"middle\" equal_height=\"yes\" column_align=\"middle\"][kc_column width=\"33.33%\" _id=\"533832\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`,`width|`:`100%`}},`any`:{`box`:{`width|`:`45%`}}}}\"][kc_title text=\"UmVkIEliZXJvYW1lcmljYW5hIGRlIEFzb2NpYWNpb25lcyBOYWNpb25hbGVzIGRlIFBzaWNvbG9nw61hIEp1csOtZGljYSB5IEZvcmVuc2U=\" type=\"h1\" _id=\"861032\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0f0961`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`46px`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`53px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"461718\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#200f73`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`}}}}\"]<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\r\n[/kc_column_text][kc_column_text _id=\"438667\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#6b6b6b`,`font-family|,p`:`Lato`,`font-size|,p`:`16px`,`line-height|,p`:`24px`},`box`:{`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a></p>\r\n<p style=\"text-align: center;\"><a class=\"kc_button secondary\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"font-style: inherit;\">Plan Estratégico Institucional</a><br></p>\r\n[/kc_column_text][/kc_column][kc_column width=\"33.33%\" _id=\"926426\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`0%`}},`any`:{`box`:{`padding|`:`inherit 0px inherit 0px`,`width|`:`2%`}}}}\"][/kc_column][kc_column width=\"33.33%\" _id=\"678646\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`53%`}}}}\"][kc_single_image image_size=\"full\" _id=\"655065\" image_source=\"media_library\" image=\"9070\"][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"229844\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIzJhM2VhMSIsInJnYmEoMjQ3LCAyNDcsIDI0NywgMC44OSkiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiJjZW50ZXIgY2VudGVyIiwic2l6ZSI6ImNvdmVyIiwicmVwZWF0Ijoibm8tcmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjoxfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`0px inherit 0px inherit`}}}}\"][kc_column width=\"100%\" _id=\"762976\" css_custom=\"{`kc-css`:{`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_row_inner _id=\"5057\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`0px inherit 0px inherit`}}}}\" equal_height=\"yes\" column_align=\"middle\"][kc_column_inner width=\"50%\" _id=\"683709\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"QXNhbWJsZWEgZGUgRGlyZWN0b3JpbyAyMDE2\" type=\"h2\" _id=\"820962\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`36px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`41px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1undefined`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`767`:{`title-style`:{`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`52px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`60px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`-1.5px`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#ffffff`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"638141\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#ffffff`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`text-align|,p`:`left`},`box`:{`padding|`:`inherit inherit 0px inherit`,`margin|p`:`inherit inherit 0px inherit`}}}}\"]<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú.&nbsp;<span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span></p>\r\n[/kc_column_text][/kc_column_inner][kc_column_inner width=\"50%\" _id=\"345112\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_single_image image_size=\"full\" _id=\"860565\" image_source=\"media_library\" image=\"9093\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row]','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-04-07 19:17:29','2020-04-08 00:17:29','',8942,'https://redpsiju.org/2020/04/07/8942-revision-v1/',0,'revision','',0),(9719,1,'2020-03-26 12:16:15','2020-03-26 17:16:15','[kc_row use_container=\"yes\" _id=\"233792\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"687615\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"260711\"][kc_column_inner width=\"100%\" _id=\"565977\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"U2Vuc2liaWxpemFyIHkgQ29vcGVyYXI=\" type=\"h4\" _id=\"90356\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UG90ZW5jaWFyIFByZXZlbmNpw7NuIGZyZW50ZSBhbCBDT1ZJRC0xOQ==\" type=\"h2\" _id=\"344038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"488644\" image_source=\"media_library\" image=\"9712\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&feature=youtu.be||_blank\"][/kc_column_inner][/kc_row_inner][kc_row_inner _id=\"787713\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`box`:{`margin|`:`30px inherit inherit inherit`}}}}\"][kc_column_inner width=\"100%\" _id=\"474026\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"SW50ZWdyYWNpw7NuIEdsb2JhbCBQc2lKdXLDrWRpY2E=\" type=\"h4\" _id=\"869365\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"QXJ0aWN1bGFjacOzbiBBY2Fkw6ltaWNhIHkgQ2llbnTDrWZpY2E=\" type=\"h2\" _id=\"627612\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"826180\" image_source=\"media_library\" image=\"9683\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"700657\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"900705\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"114092\"][kc_column_inner width=\"100%\" _id=\"373705\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"TW9kYWxpZGFkIEJsZW5kZWQgTGVhcm5pbmc=\" type=\"h4\" _id=\"850038\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGFydGljaXBhIGRlc2RlIGRvbmRlIHZpdmVz\" type=\"h2\" _id=\"984998\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`right`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"732655\" image_source=\"media_library\" image=\"9695\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.escuelapsi.org/index.php/oferta-academica/programa-de-especializacion/psicologia-juridica-y-forense||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"574459\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`10px inherit 10px inherit`,`opacity|`:`0.81`}}}}\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"745813\"][kc_row_inner column_align=\"middle\" video_mute=\"no\" _id=\"509937\"][kc_column_inner width=\"100%\" _id=\"162139\" css_custom=\"{`kc-css`:{`767`:{`box`:{`width|`:`100%`}},`any`:{`box`:{`width|`:`49%`}}}}\"][kc_title text=\"RW4gYnJldmUgMjAyMA==\" type=\"h4\" _id=\"125254\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`15px inherit 6px inherit`}}}}\" animate=\"||\"][kc_title text=\"UGxhdGFmb3JtYXMgVmlydHVhbGVzIFBhw61z\" type=\"h2\" _id=\"193545\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#0e3659`,`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`left`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_single_image image_size=\"full\" _id=\"465504\" image_source=\"media_library\" image=\"9705\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"618243\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6IiNmNWY1ZjUiLCJsaW5lYXJHcmFkaWVudCI6WyIiXSwiaW1hZ2UiOiJub25lIiwicG9zaXRpb24iOiIwJSAwJSIsInNpemUiOiJhdXRvIiwicmVwZWF0IjoicmVwZWF0IiwiYXR0YWNobWVudCI6InNjcm9sbCIsImFkdmFuY2VkIjowfQ==`},`box`:{`margin|`:`inherit inherit 0px inherit`,`padding|`:`96px inherit 72px inherit`}}}}\" force=\"yes\" parallax=\"yes\" disabled=\"on\"][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"225648\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Booking via Call\" desc=\"MS04ODgtMTIzLTQ1Njc=\" icon=\"sl-phone\" _id=\"698232\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`capitalize`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" video_mute=\"no\" _id=\"834289\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" video_bg_url=\"__empty__\"][kc_feature_box layout=\"3\" title=\"Asking Question via Email\" desc=\"dHVydXNAbWFpbC5jb20=\" icon=\"sl-envelope-open\" _id=\"323238\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][kc_column width=\"33.33%\" _id=\"837395\" _css_inspector_marginer=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`767`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`999`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`100%`}},`1024`:{`box`:{`margin|`:`inherit inherit inherit 0%`,`width|`:`33%`}}}}\" css_custom=\"{`kc-css`:{}}\"][kc_feature_box layout=\"3\" title=\"Our Office\" desc=\"ODIgIFJlZCBMYW5lLCBMb25kb24=\" icon=\"sl-location-pin\" _id=\"274533\" css_custom=\"{`kc-css`:{`999`:{`boxes`:{`padding|`:`inherit inherit 24px inherit`}},`1024`:{`boxes`:{`margin|`:`inherit inherit 12px inherit`}},`any`:{`title`:{`color|.content-title`:`#6b6b6b`,`font-family|.content-title`:`Lato`,`font-size|.content-title`:`16px`,`font-weight|.content-title`:`400`,`line-height|.content-title`:`24px`,`text-transform|.content-title`:`capitalize`,`margin|.content-title`:`inherit inherit 6px inherit`},`desc`:{`color|.content-desc`:`#333333`,`font-family|.content-desc`:`Montserrat`,`font-size|.content-desc`:`18px`,`font-weight|.content-desc`:`800`,`line-height|.content-desc`:`27px`,`text-transform|.content-desc`:`none`},`icon`:{`color|.content-icon i`:`#ff8d74`,`font-size|.content-icon i`:`36px`,`line-height|.content-icon i`:`41px`}}}}\" animate=\"||\" image=\"\"][/kc_column][/kc_row]','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2020-03-26 12:16:15','2020-03-26 17:16:15','',661,'https://redpsiju.org/2020/03/26/661-revision-v1/',0,'revision','',0),(9756,1,'2020-12-11 09:56:00','2020-12-11 14:56:00','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-3035831{width: 33.33%;}body.kc-css-system .kc-css-3084083{width: 33.33%;}body.kc-css-system .kc-css-1061722{width: 33.33%;}body.kc-css-system .kc-css-208723{width: 100%;}body.kc-css-system .kc-css-4352274{width: 50%;}body.kc-css-system .kc-css-999471{width: 50%;}}body.kc-css-system .kc-css-3997242{margin-top: -130px !important;/*https://images.unsplash.com/photo-1500847935426-d5ed311b99ee?ixlib=rb-0.3.5&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=b4c98ee09c73b2b2522f71a1299f21db&amp;auto=format&amp;fit=crop&amp;w=1950&amp;q=80*/min-height: 97vh ; !important;}body.kc-css-system .kc-css-3035831{width: 45%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{color: #0f0961;font-size: 46px;font-weight: 800;line-height: 53px;letter-spacing: -2px;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-242216 ,body.kc-css-system .kc-css-242216 p{color: #200f73;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-1512593 ,body.kc-css-system .kc-css-1512593 p{color: #6b6b6b;font-family: Lato;font-size: 16px;line-height: 24px;}body.kc-css-system .kc-css-1512593 p{margin-bottom: 0px;}body.kc-css-system .kc-css-3084083{padding-right: 0px;padding-left: 0px;width: 2%;}body.kc-css-system .kc-css-1061722{width: 53%;}body.kc-css-system .kc-css-3071121{background: linear-gradient(#2a3ea1, rgba(247, 247, 247, 0.89));margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-3541932{padding-top: 0px;padding-bottom: 0px;}body.kc-css-system .kc-css-4352274{width: 49%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{color: #ffffff;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 12px;}body.kc-css-system .kc-css-394305 ,body.kc-css-system .kc-css-394305 p{color: #ffffff;font-size: 18px;line-height: 27px;text-align: left;}body.kc-css-system .kc-css-394305{padding-bottom: 0px;}body.kc-css-system .kc-css-394305 p{margin-bottom: 0px;}body.kc-css-system .kc-css-999471{width: 49%;}@media only screen and (max-width: 1024px){body.kc-css-system .kc-css-3997242{padding-top: 96px;padding-bottom: 96px;}}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-3997242{padding-top: 192px;}body.kc-css-system .kc-css-3035831{margin-bottom: 24px;width: 100%;}body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-3084083{width: 0%;}body.kc-css-system .kc-css-1061722{width: 100%;}body.kc-css-system .kc-css-208723{margin-bottom: 24px;}body.kc-css-system .kc-css-4352274{width: 100%;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 52px;line-height: 60px;letter-spacing: -1.5px;}body.kc-css-system .kc-css-999471{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-1423811.kc_title,body.kc-css-system .kc-css-1423811 .kc_title,body.kc-css-system .kc-css-1423811 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}body.kc-css-system .kc-css-3600616.kc_title,body.kc-css-system .kc-css-3600616 .kc_title,body.kc-css-system .kc-css-3600616 .kc_title a.kc_title_link{font-size: 36px;line-height: 41px;letter-spacing: -1undefined;margin-bottom: 12px;}}</style>\n\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1423811 kc-title-wrap \">\n<h1 class=\"kc_title\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</h1>\n</div>\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n\nConstruyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.\n\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n\n<span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asamblea de Directorio 2016</span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n\nEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú. <span style=\"font-style: inherit;\">Participaron presencialmente la Asociación Panameña de Psicología Jurídica y Forense, la Asociación Argentina de Psicología Jurídica y Forense, la Asociación Peruana de Psicología Jurídica y Forense, así como otros miembros de RedPsiju, de Venezuela y, Uruguay en su modalidad virtual.</span>\n\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-999471 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1513421 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/lim2.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2020-12-11 09:56:00','2020-12-11 14:56:00','',8942,'https://redpsiju.org/2020/12/11/8942-revision-v1/',0,'revision','',0),(9848,1,'2021-01-09 09:48:07','2021-01-09 14:48:07','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9847,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Instituto Iberoamericano de Criminología (se abre en una nueva pestaña)\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:48:07','2021-01-09 14:48:07','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0),(9825,1,'2021-01-09 09:24:41','2021-01-09 14:24:41','','imexico','','inherit','open','closed','','imexico','','','2021-01-09 09:24:41','2021-01-09 14:24:41','',472,'https://redpsiju.org/wp-content/uploads/2021/01/imexico.png',0,'attachment','image/png',0),(9826,1,'2021-01-09 09:25:18','2021-01-09 14:25:18','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-01-09 09:25:18','2021-01-09 14:25:18','',472,'https://redpsiju.org/2021/01/09/472-revision-v1/',0,'revision','',0),(9828,1,'2021-01-09 09:26:48','2021-01-09 14:26:48','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-01-09 09:26:48','2021-01-09 14:26:48','',472,'https://redpsiju.org/2021/01/09/472-revision-v1/',0,'revision','',0),(9835,1,'2021-01-09 09:32:54','2021-01-09 14:32:54','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-01-09 09:32:54','2021-01-09 14:32:54','',472,'https://redpsiju.org/2021/01/09/472-revision-v1/',0,'revision','',0),(9831,1,'2021-01-09 09:27:54','2021-01-09 14:27:54','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"width\":250,\"height\":130,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\" width=\"250\" height=\"130\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-01-09 09:27:54','2021-01-09 14:27:54','',472,'https://redpsiju.org/2021/01/09/472-revision-v1/',0,'revision','',0),(9830,1,'2021-01-09 09:27:40','2021-01-09 14:27:40','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"width\":188,\"height\":98,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\" width=\"188\" height=\"98\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-01-09 09:27:40','2021-01-09 14:27:40','',472,'https://redpsiju.org/2021/01/09/472-revision-v1/',0,'revision','',0),(9833,1,'2021-01-09 09:29:18','2021-01-09 14:29:18','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9730,\"width\":198,\"height\":103,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/iber.png\" alt=\"\" class=\"wp-image-9730\" width=\"198\" height=\"103\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-01-09 09:29:18','2021-01-09 14:29:18','',472,'https://redpsiju.org/2021/01/09/472-revision-v1/',0,'revision','',0),(9837,1,'2021-01-09 09:33:15','2021-01-09 14:33:15','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-01-09 09:33:15','2021-01-09 14:33:15','',472,'https://redpsiju.org/2021/01/09/472-revision-v1/',0,'revision','',0),(9840,1,'2021-01-09 09:37:29','2021-01-09 14:37:29','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/2.jpg\" alt=\"\" class=\"wp-image-9277\"/><figcaption><strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Instituto Iberoamericano de Criminología (se abre en una nueva pestaña)\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:37:29','2021-01-09 14:37:29','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9839,1,'2021-01-09 09:34:01','2021-01-09 14:34:01','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9454,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/c.jpg\" alt=\"\" class=\"wp-image-9454\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-01-09 09:34:01','2021-01-09 14:34:01','',472,'https://redpsiju.org/2021/01/09/472-revision-v1/',0,'revision','',0),(9845,1,'2021-01-09 09:44:05','2021-01-09 14:44:05','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9841,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9841\"/><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Instituto Iberoamericano de Criminología (se abre en una nueva pestaña)\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:44:05','2021-01-09 14:44:05','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0),(9844,1,'2021-01-09 09:43:54','2021-01-09 14:43:54','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9841,\"width\":141,\"height\":124,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9841\" width=\"141\" height=\"124\"/><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Instituto Iberoamericano de Criminología (se abre en una nueva pestaña)\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:43:54','2021-01-09 14:43:54','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0),(9849,1,'2021-01-09 09:48:44','2021-01-09 14:48:44','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Instituto Iberoamericano de Criminología (se abre en una nueva pestaña)\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-01-09 09:48:44','2021-01-09 14:48:44','',239,'https://redpsiju.org/2021/01/09/239-revision-v1/',0,'revision','',0),(9911,1,'2021-05-06 12:29:22','2021-05-06 17:29:22','','ecua','','inherit','open','closed','','ecua','','','2021-05-06 12:29:22','2021-05-06 17:29:22','',472,'https://redpsiju.org/wp-content/uploads/2021/05/ecua.png',0,'attachment','image/png',0),(9869,1,'2021-03-14 20:48:59','2021-03-15 01:48:59','','chil','','inherit','open','closed','','chil','','','2021-03-14 20:48:59','2021-03-15 01:48:59','',472,'https://redpsiju.org/wp-content/uploads/2021/03/chil.png',0,'attachment','image/png',0),(9872,1,'2021-03-14 20:54:37','2021-03-15 01:54:37','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9871,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/ecua.png\" alt=\"\" class=\"wp-image-9871\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-03-14 20:54:37','2021-03-15 01:54:37','',472,'https://redpsiju.org/2021/03/14/472-revision-v1/',0,'revision','',0),(9870,1,'2021-03-14 20:51:02','2021-03-15 01:51:02','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9868,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/ecua.png\" alt=\"\" class=\"wp-image-9868\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-03-14 20:51:02','2021-03-15 01:51:02','',472,'https://redpsiju.org/2021/03/14/472-revision-v1/',0,'revision','',0),(9858,1,'2021-01-24 09:26:41','2021-01-24 14:26:41','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-2680525{width: 100%;}body.kc-css-system .kc-css-462408{width: 100%;}body.kc-css-system .kc-css-431933{width: 100%;}body.kc-css-system .kc-css-673552{width: 100%;}}body.kc-css-system .kc-css-398794{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-2680525{width: 49%;}body.kc-css-system .kc-css-3864853.kc_title,body.kc-css-system .kc-css-3864853 .kc_title,body.kc-css-system .kc-css-3864853 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 6px;}body.kc-css-system .kc-css-3557305.kc_title,body.kc-css-system .kc-css-3557305 .kc_title,body.kc-css-system .kc-css-3557305 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2811062{text-align: center;}body.kc-css-system .kc-css-2282591{margin-top: 30px;}body.kc-css-system .kc-css-462408{width: 49%;}body.kc-css-system .kc-css-3308626.kc_title,body.kc-css-system .kc-css-3308626 .kc_title,body.kc-css-system .kc-css-3308626 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 6px;}body.kc-css-system .kc-css-681337.kc_title,body.kc-css-system .kc-css-681337 .kc_title,body.kc-css-system .kc-css-681337 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2173379{text-align: center;}body.kc-css-system .kc-css-4207759{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-431933{width: 49%;}body.kc-css-system .kc-css-1712770.kc_title,body.kc-css-system .kc-css-1712770 .kc_title,body.kc-css-system .kc-css-1712770 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: right;margin-top: 15px;margin-bottom: 6px;}body.kc-css-system .kc-css-3074840.kc_title,body.kc-css-system .kc-css-3074840 .kc_title,body.kc-css-system .kc-css-3074840 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: right;margin-bottom: 24px;}body.kc-css-system .kc-css-1666710{text-align: center;}body.kc-css-system .kc-css-3279427{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-673552{width: 49%;}body.kc-css-system .kc-css-1190474.kc_title,body.kc-css-system .kc-css-1190474 .kc_title,body.kc-css-system .kc-css-1190474 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-top: 15px;margin-bottom: 6px;}body.kc-css-system .kc-css-955993.kc_title,body.kc-css-system .kc-css-955993 .kc_title,body.kc-css-system .kc-css-955993 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-1257311{text-align: center;}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-2680525{width: 100%;}body.kc-css-system .kc-css-462408{width: 100%;}body.kc-css-system .kc-css-431933{width: 100%;}body.kc-css-system .kc-css-673552{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-3864853.kc_title,body.kc-css-system .kc-css-3864853 .kc_title,body.kc-css-system .kc-css-3864853 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3557305.kc_title,body.kc-css-system .kc-css-3557305 .kc_title,body.kc-css-system .kc-css-3557305 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3308626.kc_title,body.kc-css-system .kc-css-3308626 .kc_title,body.kc-css-system .kc-css-3308626 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-681337.kc_title,body.kc-css-system .kc-css-681337 .kc_title,body.kc-css-system .kc-css-681337 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1712770.kc_title,body.kc-css-system .kc-css-1712770 .kc_title,body.kc-css-system .kc-css-1712770 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3074840.kc_title,body.kc-css-system .kc-css-3074840 .kc_title,body.kc-css-system .kc-css-3074840 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1190474.kc_title,body.kc-css-system .kc-css-1190474 .kc_title,body.kc-css-system .kc-css-1190474 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-955993.kc_title,body.kc-css-system .kc-css-955993 .kc_title,body.kc-css-system .kc-css-955993 .kc_title a.kc_title_link{margin-bottom: 12px;}}</style>\n\n<section class=\"kc-elm kc-css-398794 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-1615894 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-791254 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2680525 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3864853 kc-title-wrap \">\n<h4 class=\"kc_title\">Sensibilizar y Cooperar</h4>\n</div>\n<div class=\"kc-elm kc-css-3557305 kc-title-wrap \">\n<h2 class=\"kc_title\">Potenciar Prevención frente al COVID-19</h2>\n</div>\n<div class=\"kc-elm kc-css-2811062 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&amp;feature=youtu.be\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/lauraasensi.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2282591 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-462408 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3308626 kc-title-wrap \">\n<h4 class=\"kc_title\">Integración Global PsiJurídica</h4>\n</div>\n<div class=\"kc-elm kc-css-681337 kc-title-wrap \">\n<h2 class=\"kc_title\">Articulación Académica y Científica</h2>\n</div>\n<div class=\"kc-elm kc-css-2173379 kc_shortcode kc_single_image\">\n\n<img class=\"aligncenter size-full wp-image-9856\" src=\"https://redpsiju.org/wp-content/uploads/2021/01/banner.png\" alt=\"\" width=\"1200\" height=\"440\" />\n<img class=\"aligncenter size-full wp-image-9812\" src=\"https://redpsiju.org/wp-content/uploads/2020/12/banner.png\" alt=\"\" width=\"1200\" height=\"440\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-4207759 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4184443 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3894120 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-431933 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1712770 kc-title-wrap \">\n<h4 class=\"kc_title\">Modalidad Blended Learning</h4>\n</div>\n<div class=\"kc-elm kc-css-3074840 kc-title-wrap \">\n<h2 class=\"kc_title\">Participa desde donde vives</h2>\n</div>\n<div class=\"kc-elm kc-css-1666710 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3279427 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4311457 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-919968 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-673552 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1190474 kc-title-wrap \">\n<h4 class=\"kc_title\">En breve 2020</h4>\n</div>\n<div class=\"kc-elm kc-css-955993 kc-title-wrap \">\n<h2 class=\"kc_title\">Plataformas Virtuales País</h2>\n</div>\n<div class=\"kc-elm kc-css-1257311 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/2020.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2021-01-24 09:26:41','2021-01-24 14:26:41','',661,'https://redpsiju.org/2021/01/24/661-revision-v1/',0,'revision','',0),(9859,1,'2021-01-24 09:27:02','2021-01-24 14:27:02','<style type=\"text/css\">@media only screen and (min-width: 1000px) and (max-width: 5000px){body.kc-css-system .kc-css-2680525{width: 100%;}body.kc-css-system .kc-css-462408{width: 100%;}body.kc-css-system .kc-css-431933{width: 100%;}body.kc-css-system .kc-css-673552{width: 100%;}}body.kc-css-system .kc-css-398794{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-2680525{width: 49%;}body.kc-css-system .kc-css-3864853.kc_title,body.kc-css-system .kc-css-3864853 .kc_title,body.kc-css-system .kc-css-3864853 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 6px;}body.kc-css-system .kc-css-3557305.kc_title,body.kc-css-system .kc-css-3557305 .kc_title,body.kc-css-system .kc-css-3557305 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2811062{text-align: center;}body.kc-css-system .kc-css-2282591{margin-top: 30px;}body.kc-css-system .kc-css-462408{width: 49%;}body.kc-css-system .kc-css-3308626.kc_title,body.kc-css-system .kc-css-3308626 .kc_title,body.kc-css-system .kc-css-3308626 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-bottom: 6px;}body.kc-css-system .kc-css-681337.kc_title,body.kc-css-system .kc-css-681337 .kc_title,body.kc-css-system .kc-css-681337 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-2173379{text-align: center;}body.kc-css-system .kc-css-4207759{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-431933{width: 49%;}body.kc-css-system .kc-css-1712770.kc_title,body.kc-css-system .kc-css-1712770 .kc_title,body.kc-css-system .kc-css-1712770 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: right;margin-top: 15px;margin-bottom: 6px;}body.kc-css-system .kc-css-3074840.kc_title,body.kc-css-system .kc-css-3074840 .kc_title,body.kc-css-system .kc-css-3074840 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: right;margin-bottom: 24px;}body.kc-css-system .kc-css-1666710{text-align: center;}body.kc-css-system .kc-css-3279427{padding-top: 10px;padding-bottom: 10px;opacity: 0.81;}body.kc-css-system .kc-css-673552{width: 49%;}body.kc-css-system .kc-css-1190474.kc_title,body.kc-css-system .kc-css-1190474 .kc_title,body.kc-css-system .kc-css-1190474 .kc_title a.kc_title_link{color: #405ef3;font-size: 14px;line-height: 21px;letter-spacing: 2px;text-transform: uppercase;text-align: left;margin-top: 15px;margin-bottom: 6px;}body.kc-css-system .kc-css-955993.kc_title,body.kc-css-system .kc-css-955993 .kc_title,body.kc-css-system .kc-css-955993 .kc_title a.kc_title_link{color: #0e3659;font-weight: 800;text-transform: capitalize;text-align: left;margin-bottom: 24px;}body.kc-css-system .kc-css-1257311{text-align: center;}@media only screen and (max-width: 767px){body.kc-css-system .kc-css-2680525{width: 100%;}body.kc-css-system .kc-css-462408{width: 100%;}body.kc-css-system .kc-css-431933{width: 100%;}body.kc-css-system .kc-css-673552{width: 100%;}}@media only screen and (max-width: 479px){body.kc-css-system .kc-css-3864853.kc_title,body.kc-css-system .kc-css-3864853 .kc_title,body.kc-css-system .kc-css-3864853 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3557305.kc_title,body.kc-css-system .kc-css-3557305 .kc_title,body.kc-css-system .kc-css-3557305 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3308626.kc_title,body.kc-css-system .kc-css-3308626 .kc_title,body.kc-css-system .kc-css-3308626 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-681337.kc_title,body.kc-css-system .kc-css-681337 .kc_title,body.kc-css-system .kc-css-681337 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1712770.kc_title,body.kc-css-system .kc-css-1712770 .kc_title,body.kc-css-system .kc-css-1712770 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-3074840.kc_title,body.kc-css-system .kc-css-3074840 .kc_title,body.kc-css-system .kc-css-3074840 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-1190474.kc_title,body.kc-css-system .kc-css-1190474 .kc_title,body.kc-css-system .kc-css-1190474 .kc_title a.kc_title_link{margin-bottom: 12px;}body.kc-css-system .kc-css-955993.kc_title,body.kc-css-system .kc-css-955993 .kc_title,body.kc-css-system .kc-css-955993 .kc_title a.kc_title_link{margin-bottom: 12px;}}</style>\n\n<section class=\"kc-elm kc-css-398794 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-1615894 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-791254 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2680525 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3864853 kc-title-wrap \">\n<h4 class=\"kc_title\">Sensibilizar y Cooperar</h4>\n</div>\n<div class=\"kc-elm kc-css-3557305 kc-title-wrap \">\n<h2 class=\"kc_title\">Potenciar Prevención frente al COVID-19</h2>\n</div>\n<div class=\"kc-elm kc-css-2811062 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"https://www.youtube.com/watch?v=gQ14YJzJvt0&amp;feature=youtu.be\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/lauraasensi.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-2282591 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-462408 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3308626 kc-title-wrap \">\n<h4></h4>\n<h4 class=\"kc_title\">Integración Global PsiJurídica</h4>\n</div>\n<div class=\"kc-elm kc-css-681337 kc-title-wrap \">\n<h2 class=\"kc_title\">Articulación Académica y Científica</h2>\n</div>\n<div class=\"kc-elm kc-css-2173379 kc_shortcode kc_single_image\">\n\n<img class=\"aligncenter size-full wp-image-9856\" src=\"https://redpsiju.org/wp-content/uploads/2021/01/banner.png\" alt=\"\" width=\"1200\" height=\"440\" />\n<img class=\"aligncenter size-full wp-image-9812\" src=\"https://redpsiju.org/wp-content/uploads/2020/12/banner.png\" alt=\"\" width=\"1200\" height=\"440\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-4207759 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4184443 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3894120 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-431933 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1712770 kc-title-wrap \">\n<h4 class=\"kc_title\">Modalidad Blended Learning</h4>\n</div>\n<div class=\"kc-elm kc-css-3074840 kc-title-wrap \">\n<h2 class=\"kc_title\">Participa desde donde vives</h2>\n</div>\n<div class=\"kc-elm kc-css-1666710 kc_shortcode kc_single_image\">\n\n<a title=\"\" href=\"http://www.escuelapsi.org/index.php/oferta-academica/master-no-universitario\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster.png\" alt=\"\" /> </a>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3279427 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-4311457 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-919968 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-673552 kc_col-sm-12 kc_column_inner kc_col-sm-12\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-1190474 kc-title-wrap \">\n<h4 class=\"kc_title\">En breve 2020</h4>\n</div>\n<div class=\"kc-elm kc-css-955993 kc-title-wrap \">\n<h2 class=\"kc_title\">Plataformas Virtuales País</h2>\n</div>\n<div class=\"kc-elm kc-css-1257311 kc_shortcode kc_single_image\">\n\n<img class=\"\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/2020.png\" alt=\"\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2021-01-24 09:27:02','2021-01-24 14:27:02','',661,'https://redpsiju.org/2021/01/24/661-revision-v1/',0,'revision','',0),(9912,1,'2021-05-06 12:29:30','2021-05-06 17:29:30','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9911,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/ecua.png\" alt=\"\" class=\"wp-image-9911\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-05-06 12:29:30','2021-05-06 17:29:30','',472,'https://redpsiju.org/2021/05/06/472-revision-v1/',0,'revision','',0),(9874,1,'2021-03-14 20:57:21','2021-03-15 01:57:21','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9871,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/ecua.png\" alt=\"\" class=\"wp-image-9871\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-03-14 20:57:21','2021-03-15 01:57:21','',472,'https://redpsiju.org/2021/03/14/472-revision-v1/',0,'revision','',0),(9961,1,'2022-06-28 08:55:45','2022-06-28 13:55:45','','vitor','','inherit','open','closed','','vitor','','','2022-06-28 08:55:45','2022-06-28 13:55:45','',239,'https://redpsiju.org/wp-content/uploads/2022/06/vitor.png',0,'attachment','image/png',0),(9962,1,'2022-06-28 08:55:46','2022-06-28 13:55:46','','williams','','inherit','open','closed','','williams','','','2022-06-28 08:55:46','2022-06-28 13:55:46','',239,'https://redpsiju.org/wp-content/uploads/2022/06/williams.jpg',0,'attachment','image/jpeg',0),(9963,1,'2022-06-28 08:59:03','2022-06-28 13:59:03','','unzueta','','inherit','open','closed','','unzueta','','','2022-06-28 08:59:03','2022-06-28 13:59:03','',239,'https://redpsiju.org/wp-content/uploads/2022/06/unzueta.png',0,'attachment','image/png',0),(9892,1,'2021-03-19 22:51:50','2021-03-20 03:51:50','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9891,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9891\"/><figcaption>  <strong>Giomar Bejarano Gerke</strong> <br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-19 22:51:50','2021-03-20 03:51:50','',239,'https://redpsiju.org/2021/03/19/239-revision-v1/',0,'revision','',0),(9879,1,'2021-03-14 21:21:24','2021-03-15 02:21:24','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br> Miembro de la RedPsiJu y, Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9878,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9878\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-14 21:21:24','2021-03-15 02:21:24','',239,'https://redpsiju.org/2021/03/14/239-revision-v1/',0,'revision','',0),(9877,1,'2021-03-14 21:16:08','2021-03-15 02:16:08','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br> Miembro de la RedPsiJu y, Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9876,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9876\"/></a><figcaption>  <strong>Carlos Madariaga Galléz</strong><br> Miembro de la RedPsiJu y, Presidente de la Asociación Chilena de Psicología Jurídica y Forense </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-14 21:16:08','2021-03-15 02:16:08','',239,'https://redpsiju.org/2021/03/14/239-revision-v1/',0,'revision','',0),(9881,1,'2021-03-14 21:24:52','2021-03-15 02:24:52','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9878,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9878\"/></a><figcaption> <strong>Carlos Madariaga Galléz </strong><br>Presidente de la Asociación Chilena de Psicología Jurídica y Forense </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-14 21:24:52','2021-03-15 02:24:52','',239,'https://redpsiju.org/2021/03/14/239-revision-v1/',0,'revision','',0),(9880,1,'2021-03-14 21:22:56','2021-03-15 02:22:56','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente ProTempore y, Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Secretario General de la RedPsiJu y, Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Miembro de la RedPsiJu y, Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Miembro de la RedPsiJu y, Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Miembro de la RedPsiJu y, Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Miembro de la RedPsiju y, Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br> Miembro de la RedPsiJu y, Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9878,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9878\"/></a><figcaption> <strong>Carlos Madariaga Galléz </strong><br>Miembro de la RedPsiJu y, Presidente de la Asociación Chilena de Psicología Jurídica y Forense </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Miembro de la RedPsiju y, Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Miembro de la RedPsiju y, Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-14 21:22:56','2021-03-15 02:22:56','',239,'https://redpsiju.org/2021/03/14/239-revision-v1/',0,'revision','',0),(9883,1,'2021-03-14 21:28:28','2021-03-15 02:28:28','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9878,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9878\"/></a><figcaption> <strong>Carlos Madariaga Galléz </strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-14 21:28:28','2021-03-15 02:28:28','',239,'https://redpsiju.org/2021/03/14/239-revision-v1/',0,'revision','',0),(9882,1,'2021-03-14 21:27:56','2021-03-15 02:27:56','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9878,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9878\"/></a><figcaption> <strong>Carlos Madariaga Galléz </strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-14 21:27:56','2021-03-15 02:27:56','',239,'https://redpsiju.org/2021/03/14/239-revision-v1/',0,'revision','',0),(9885,1,'2021-03-14 21:34:30','2021-03-15 02:34:30','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-14 21:34:30','2021-03-15 02:34:30','',239,'https://redpsiju.org/2021/03/14/239-revision-v1/',0,'revision','',0),(9886,1,'2021-03-14 21:35:16','2021-03-15 02:35:16','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-14 21:35:16','2021-03-15 02:35:16','',239,'https://redpsiju.org/2021/03/14/239-revision-v1/',0,'revision','',0),(9887,1,'2021-03-14 21:40:24','2021-03-15 02:40:24','','red','','inherit','open','closed','','red','','','2021-03-14 21:40:24','2021-03-15 02:40:24','',661,'https://redpsiju.org/wp-content/uploads/2021/03/red.png',0,'attachment','image/png',0),(9889,1,'2021-03-14 21:44:42','2021-03-15 02:44:42','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Articulación Académica y Científica</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9856,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/banner-1024x375.png\" alt=\"\" class=\"wp-image-9856\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9732,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster-1024x512.png\" alt=\"\" class=\"wp-image-9732\"/></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2021-03-14 21:44:42','2021-03-15 02:44:42','',661,'https://redpsiju.org/2021/03/14/661-revision-v1/',0,'revision','',0),(9928,1,'2022-04-12 08:48:29','2022-04-12 13:48:29','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-12 08:48:29','2022-04-12 13:48:29','',239,'https://redpsiju.org/2022/04/12/239-revision-v1/',0,'revision','',0),(9899,1,'2021-03-19 23:00:27','2021-03-20 04:00:27','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></a><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/></a><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></a><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9896,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9896\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-19 23:00:27','2021-03-20 04:00:27','',239,'https://redpsiju.org/2021/03/19/239-revision-v1/',0,'revision','',0),(9895,1,'2021-03-19 22:54:23','2021-03-20 03:54:23','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9894,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9894\"/><figcaption><strong>Giomar Bejarano Gerke</strong> <br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia   </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-19 22:54:23','2021-03-20 03:54:23','',239,'https://redpsiju.org/2021/03/19/239-revision-v1/',0,'revision','',0),(9897,1,'2021-03-19 22:56:39','2021-03-20 03:56:39','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9896,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9896\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-19 22:56:39','2021-03-20 03:56:39','',239,'https://redpsiju.org/2021/03/19/239-revision-v1/',0,'revision','',0),(9898,1,'2021-03-19 22:57:18','2021-03-20 03:57:18','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9896,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9896\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-19 22:57:18','2021-03-20 03:57:18','',239,'https://redpsiju.org/2021/03/19/239-revision-v1/',0,'revision','',0),(9906,1,'2021-05-06 11:51:37','2021-05-06 16:51:37','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/></a><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></a><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9896,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9896\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-05-06 11:51:37','2021-05-06 16:51:37','',239,'https://redpsiju.org/2021/05/06/239-revision-v1/',0,'revision','',0),(9900,1,'2021-03-19 23:00:48','2021-03-20 04:00:48','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9276,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/1.jpg\" alt=\"\" class=\"wp-image-9276\"/></a><figcaption> <strong>Gabriel Alberto Letaif </strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9847,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/charles.png\" alt=\"\" class=\"wp-image-9847\"/></a><figcaption>  <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a>  </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></a><figcaption><strong>João Carlos Alchieri</strong><br>Representante de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9896,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9896\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-03-19 23:00:48','2021-03-20 04:00:48','',239,'https://redpsiju.org/2021/03/19/239-revision-v1/',0,'revision','',0),(9905,1,'2021-05-06 11:51:31','2021-05-06 16:51:31','','foto','','inherit','open','closed','','foto','','','2021-05-06 11:51:31','2021-05-06 16:51:31','',239,'https://redpsiju.org/wp-content/uploads/2021/05/foto.png',0,'attachment','image/png',0),(9909,1,'2021-05-06 12:00:49','2021-05-06 17:00:49','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-05-06 12:00:49','2021-05-06 17:00:49','',239,'https://redpsiju.org/2021/05/06/239-revision-v1/',0,'revision','',0),(9908,1,'2021-05-06 11:59:28','2021-05-06 16:59:28','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"width\":133,\"height\":117,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\" width=\"133\" height=\"117\"/></a><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-05-06 11:59:28','2021-05-06 16:59:28','',239,'https://redpsiju.org/2021/05/06/239-revision-v1/',0,'revision','',0),(9907,1,'2021-05-06 11:54:56','2021-05-06 16:54:56','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9280,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/5.jpg\" alt=\"\" class=\"wp-image-9280\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9282,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/7.jpg\" alt=\"\" class=\"wp-image-9282\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9281,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/6.jpg\" alt=\"\" class=\"wp-image-9281\"/></a><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9283,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/8.jpg\" alt=\"\" class=\"wp-image-9283\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9875,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/burneo.png\" alt=\"\" class=\"wp-image-9875\"/><figcaption> <strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9884,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/madariaga.png\" alt=\"\" class=\"wp-image-9884\"/></a><figcaption> <strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\"> </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9818,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/williams.png\" alt=\"\" class=\"wp-image-9818\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9896,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/gio.png\" alt=\"\" class=\"wp-image-9896\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9819,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/jose.png\" alt=\"\" class=\"wp-image-9819\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9279,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/4.jpg\" alt=\"\" class=\"wp-image-9279\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9278,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/3.jpg\" alt=\"\" class=\"wp-image-9278\"/><figcaption> <strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-05-06 11:54:56','2021-05-06 16:54:56','',239,'https://redpsiju.org/2021/05/06/239-revision-v1/',0,'revision','',0),(9910,1,'2021-05-06 12:01:54','2021-05-06 17:01:54','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-05-06 12:01:54','2021-05-06 17:01:54','',239,'https://redpsiju.org/2021/05/06/239-revision-v1/',0,'revision','',0),(9914,1,'2021-08-27 11:32:46','2021-08-27 16:32:46','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9911,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/ecua.png\" alt=\"\" class=\"wp-image-9911\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/Asociaci%C3%B3n-Chilena-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-98213047619\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2021-08-27 11:32:46','2021-08-27 16:32:46','',472,'https://redpsiju.org/2021/08/27/472-revision-v1/',0,'revision','',0),(9920,1,'2022-04-10 10:59:23','2022-04-10 15:59:23','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-10 10:59:23','2022-04-10 15:59:23','',239,'https://redpsiju.org/2022/04/10/239-revision-v1/',0,'revision','',0),(9915,1,'2021-08-27 11:33:18','2021-08-27 16:33:18','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Representante de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Carlos Burneo Garcés</strong><br>Presidente de la Asociación Ecuatoriana de Psicología Jurídica y Forense</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://web.facebook.com/Asociaci%C3%B3n-Chilena-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-98213047619\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2021-08-27 11:33:18','2021-08-27 16:33:18','',239,'https://redpsiju.org/2021/08/27/239-revision-v1/',0,'revision','',0),(9917,1,'2021-08-30 10:22:32','2021-08-30 15:22:32','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9916,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/08/banner-1024x375.png\" alt=\"\" class=\"wp-image-9916\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9732,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/10/amaster-1024x512.png\" alt=\"\" class=\"wp-image-9732\"/></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2021-08-30 10:22:32','2021-08-30 15:22:32','',661,'https://redpsiju.org/2021/08/30/661-revision-v1/',0,'revision','',0),(9922,1,'2022-04-10 11:10:40','2022-04-10 16:10:40','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-10 11:10:40','2022-04-10 16:10:40','',239,'https://redpsiju.org/2022/04/10/239-revision-v1/',0,'revision','',0),(9921,1,'2022-04-10 11:04:22','2022-04-10 16:04:22','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Directores Generales América del Sur / España</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo altamente especializado en <strong>Psicología Clínica, Legal y Forense</strong>, con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=myAeCa7HWv8\" target=\"_blank\">Gabriela Coros de la Piedra</a></strong><br>Directora General de la RedPsiJu para América del Sur, con sede en Lima, Perú </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong><a rel=\"noreferrer noopener\" href=\"https://www.psicologialegal.com/\" target=\"_blank\">Bernat-N Tiffón</a></strong><br>Director General de la RedPsiJu para España, con sede en Barcelona, Cataluña </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-10 11:04:22','2022-04-10 16:04:22','',239,'https://redpsiju.org/2022/04/10/239-revision-v1/',0,'revision','',0),(9923,1,'2022-04-10 11:14:05','2022-04-10 16:14:05','','portugal','','inherit','open','closed','','portugal','','','2022-04-10 11:14:05','2022-04-10 16:14:05','',472,'https://redpsiju.org/wp-content/uploads/2022/04/portugal.png',0,'attachment','image/png',0),(9924,1,'2022-04-10 11:14:38','2022-04-10 16:14:38','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/Asociaci%C3%B3n-Chilena-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-98213047619\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-04-10 11:14:38','2022-04-10 16:14:38','',472,'https://redpsiju.org/2022/04/10/472-revision-v1/',0,'revision','',0),(9925,1,'2022-04-10 11:16:38','2022-04-10 16:16:38','','somecic','','inherit','open','closed','','somecic','','','2022-04-10 11:16:38','2022-04-10 16:16:38','',472,'https://redpsiju.org/wp-content/uploads/2022/04/somecic.png',0,'attachment','image/png',0),(9927,1,'2022-04-12 08:30:23','2022-04-12 13:30:23','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-04-12 08:30:23','2022-04-12 13:30:23','',472,'https://redpsiju.org/2022/04/12/472-revision-v1/',0,'revision','',0),(9926,1,'2022-04-10 11:16:51','2022-04-10 16:16:51','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/Asociaci%C3%B3n-Chilena-de-Psicolog%C3%ADa-Jur%C3%ADdica-y-Forense-98213047619\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-04-10 11:16:51','2022-04-10 16:16:51','',472,'https://redpsiju.org/2022/04/10/472-revision-v1/',0,'revision','',0),(9929,1,'2022-04-12 08:51:38','2022-04-12 13:51:38','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jsmael R. Gaona</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-12 08:51:38','2022-04-12 13:51:38','',239,'https://redpsiju.org/2022/04/12/239-revision-v1/',0,'revision','',0),(9930,1,'2022-04-12 08:52:30','2022-04-12 13:52:30','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jsmael R. Gaona</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-12 08:52:30','2022-04-12 13:52:30','',239,'https://redpsiju.org/2022/04/12/239-revision-v1/',0,'revision','',0),(9931,1,'2022-04-12 08:54:29','2022-04-12 13:54:29','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-04-12 08:54:29','2022-04-12 13:54:29','',472,'https://redpsiju.org/2022/04/12/472-revision-v1/',0,'revision','',0),(9933,1,'2022-04-23 22:01:28','2022-04-24 03:01:28','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jsmael R. Gaona</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-23 22:01:28','2022-04-24 03:01:28','',239,'https://redpsiju.org/2022/04/23/239-revision-v1/',0,'revision','',0),(9967,1,'2022-06-28 09:00:14','2022-06-28 14:00:14','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Juan José Orellana Cruz</strong><br>Presidente de la Asociación de Psicólogos Jurídicos de El Salvador </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-06-28 09:00:14','2022-06-28 14:00:14','',239,'https://redpsiju.org/2022/06/28/239-revision-v1/',0,'revision','',0),(9944,1,'2022-04-24 11:51:01','2022-04-24 16:51:01','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Juan José Orellana Cruz</strong><br>Presidente de la Asociación de Psicólogos Jurídicos de El Salvador </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-24 11:51:01','2022-04-24 16:51:01','',239,'https://redpsiju.org/2022/04/24/239-revision-v1/',0,'revision','',0),(9935,1,'2022-04-24 10:57:53','2022-04-24 15:57:53','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Ysmael R. Gaona</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-24 10:57:53','2022-04-24 15:57:53','',239,'https://redpsiju.org/2022/04/24/239-revision-v1/',0,'revision','',0),(9936,1,'2022-04-24 11:00:47','2022-04-24 16:00:47','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Juan Jo´se Orellana Cruz</strong><br>Presidente de la Asociación de Psicólogos Jurídicos de El Salvador </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Ysmael R. Gaona</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-24 11:00:47','2022-04-24 16:00:47','',239,'https://redpsiju.org/2022/04/24/239-revision-v1/',0,'revision','',0),(9937,1,'2022-04-24 11:22:33','2022-04-24 16:22:33','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Gabriel Alberto Letaif</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\" (se abre en una nueva pestaña)\" href=\"https://aapjyf.com/\" target=\"_blank\">Asociación Argentina de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption> <strong>John</strong> <strong>Charles Torres Vásquez</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\">Asociación Peruana de Psicología Jurídica y Forense</a></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9905,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Iris Ayala Solis</strong><br>Presidenta de la Asociación Panameña de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Juan José Orellana Cruz</strong><br>Presidente de la Asociación de Psicólogos Jurídicos de El Salvador </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Ysmael R. Gaona</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-04-24 11:22:33','2022-04-24 16:22:33','',239,'https://redpsiju.org/2022/04/24/239-revision-v1/',0,'revision','',0),(9987,1,'2022-10-03 10:42:25','2022-10-03 15:42:25','','logomx','','inherit','open','closed','','logomx','','','2022-10-03 10:42:25','2022-10-03 15:42:25','',472,'https://redpsiju.org/wp-content/uploads/2022/10/logomx.jpg',0,'attachment','image/jpeg',0),(9988,1,'2022-10-03 10:42:54','2022-10-03 15:42:54','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9940,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/el-slavador.png\" alt=\"\" class=\"wp-image-9940\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9987,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/10/logomx.jpg\" alt=\"\" class=\"wp-image-9987\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-10-03 10:42:54','2022-10-03 15:42:54','',472,'https://redpsiju.org/2022/10/03/472-revision-v1/',0,'revision','',0),(9939,1,'2022-04-24 11:26:37','2022-04-24 16:26:37','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-04-24 11:26:37','2022-04-24 16:26:37','',472,'https://redpsiju.org/2022/04/24/472-revision-v1/',0,'revision','',0),(9940,1,'2022-04-24 11:28:20','2022-04-24 16:28:20','','el slavador','','inherit','open','closed','','el-slavador','','','2022-04-24 11:28:20','2022-04-24 16:28:20','',472,'https://redpsiju.org/wp-content/uploads/2022/04/el-slavador.png',0,'attachment','image/png',0),(9942,1,'2022-04-24 11:32:12','2022-04-24 16:32:12','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"\"><tbody><tr><td></td><td></td><td></td></tr></tbody></table></figure>\n<!-- /wp:table -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-04-24 11:32:12','2022-04-24 16:32:12','',472,'https://redpsiju.org/2022/04/24/472-revision-v1/',0,'revision','',0),(9941,1,'2022-04-24 11:29:06','2022-04-24 16:29:06','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9940,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/el-slavador.png\" alt=\"\" class=\"wp-image-9940\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":66.66} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-04-24 11:29:06','2022-04-24 16:29:06','',472,'https://redpsiju.org/2022/04/24/472-revision-v1/',0,'revision','',0),(9943,1,'2022-04-24 11:34:23','2022-04-24 16:34:23','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9940,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/el-slavador.png\" alt=\"\" class=\"wp-image-9940\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-04-24 11:34:23','2022-04-24 16:34:23','',472,'https://redpsiju.org/2022/04/24/472-revision-v1/',0,'revision','',0),(10008,1,'2023-09-18 21:07:15','2023-09-19 02:07:15','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":10003,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2023/09/bred1.png\" alt=\"\" class=\"wp-image-10003\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":10007,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2023/09/masred1.png\" alt=\"\" class=\"wp-image-10007\"/></a></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2023-09-18 21:07:15','2023-09-19 02:07:15','',661,'https://redpsiju.org/?p=10008',0,'revision','',0),(9949,1,'2022-06-27 03:38:15','2022-06-27 08:38:15','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9946,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/bred.png\" alt=\"\" class=\"wp-image-9946\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9948,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/masred.png\" alt=\"\" class=\"wp-image-9948\"/></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2022-06-27 03:38:15','2022-06-27 08:38:15','',661,'https://redpsiju.org/2022/06/27/661-revision-v1/',0,'revision','',0),(9950,1,'2022-06-27 03:39:50','2022-06-27 08:39:50','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9946,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/bred.png\" alt=\"\" class=\"wp-image-9946\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9948,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.escuelapsi.org/index.php/oferta-academica/programas-de-formacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/masred.png\" alt=\"\" class=\"wp-image-9948\"/></a></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2022-06-27 03:39:50','2022-06-27 08:39:50','',661,'https://redpsiju.org/2022/06/27/661-revision-v1/',0,'revision','',0),(9964,1,'2022-06-28 08:59:06','2022-06-28 13:59:06','','ysmael','','inherit','open','closed','','ysmael','','','2022-06-28 08:59:06','2022-06-28 13:59:06','',239,'https://redpsiju.org/wp-content/uploads/2022/06/ysmael.png',0,'attachment','image/png',0),(9965,1,'2022-06-28 08:59:27','2022-06-28 13:59:27','','john-1','','inherit','open','closed','','john-1','','','2022-06-28 08:59:27','2022-06-28 13:59:27','',239,'https://redpsiju.org/wp-content/uploads/2022/06/john-1.png',0,'attachment','image/png',0),(9966,1,'2022-06-28 09:00:10','2022-06-28 14:00:10','','iris-1','','inherit','open','closed','','iris-1','','','2022-06-28 09:00:10','2022-06-28 14:00:10','',239,'https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png',0,'attachment','image/png',0),(9980,1,'2022-06-28 09:10:45','2022-06-28 14:10:45','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de Asociación Peruana de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panam de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9970,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\" alt=\"\" class=\"wp-image-9970\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9971,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\" alt=\"\" class=\"wp-image-9971\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>   </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9972,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\" alt=\"\" class=\"wp-image-9972\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9973,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\" alt=\"\" class=\"wp-image-9973\"/><figcaption> <strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9974,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\" alt=\"\" class=\"wp-image-9974\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9975,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\" alt=\"\" class=\"wp-image-9975\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9978,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\" alt=\"\" class=\"wp-image-9978\"/><figcaption> <strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9976,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\" alt=\"\" class=\"wp-image-9976\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9979,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\" alt=\"\" class=\"wp-image-9979\"/></a><figcaption> <strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9977,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\" alt=\"\" class=\"wp-image-9977\"/><figcaption> <strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-06-28 09:10:45','2022-06-28 14:10:45','',239,'https://redpsiju.org/2022/06/28/239-revision-v1/',0,'revision','',0),(9968,1,'2022-06-28 09:03:53','2022-06-28 14:03:53','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de Asociación Peruana de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\",\"linkDestination\":\"attachment\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://redpsiju.org/nosotros/iris-1/\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/></a><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panameña de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia  </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Juan José Orellana Cruz</strong><br>Presidente de la Asociación de Psicólogos Jurídicos de El Salvador </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/><figcaption><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Asociación Portuguesa de Criminología (se abre en una nueva pestaña)\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-06-28 09:03:53','2022-06-28 14:03:53','',239,'https://redpsiju.org/2022/06/28/239-revision-v1/',0,'revision','',0),(9969,1,'2022-06-28 09:04:50','2022-06-28 14:04:50','','miriam-1','','inherit','open','closed','','miriam-1','','','2022-06-28 09:04:50','2022-06-28 14:04:50','',239,'https://redpsiju.org/wp-content/uploads/2022/06/miriam-1.png',0,'attachment','image/png',0),(9970,1,'2022-06-28 09:05:20','2022-06-28 14:05:20','','miriam-2','','inherit','open','closed','','miriam-2','','','2022-06-28 09:05:20','2022-06-28 14:05:20','',239,'https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png',0,'attachment','image/png',0),(9971,1,'2022-06-28 09:05:41','2022-06-28 14:05:41','','joa-1','','inherit','open','closed','','joa-1','','','2022-06-28 09:05:41','2022-06-28 14:05:41','',239,'https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png',0,'attachment','image/png',0),(9972,1,'2022-06-28 09:06:21','2022-06-28 14:06:21','','Personal-2-1','','inherit','open','closed','','personal-2-1','','','2022-06-28 09:06:21','2022-06-28 14:06:21','',239,'https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png',0,'attachment','image/png',0),(9973,1,'2022-06-28 09:06:50','2022-06-28 14:06:50','','unzueta-1','','inherit','open','closed','','unzueta-1','','','2022-06-28 09:06:50','2022-06-28 14:06:50','',239,'https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png',0,'attachment','image/png',0),(9974,1,'2022-06-28 09:08:02','2022-06-28 14:08:02','','williams-1','','inherit','open','closed','','williams-1','','','2022-06-28 09:08:02','2022-06-28 14:08:02','',239,'https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg',0,'attachment','image/jpeg',0),(9975,1,'2022-06-28 09:08:20','2022-06-28 14:08:20','','giomar-1','','inherit','open','closed','','giomar-1','','','2022-06-28 09:08:20','2022-06-28 14:08:20','',239,'https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png',0,'attachment','image/png',0),(9976,1,'2022-06-28 09:08:43','2022-06-28 14:08:43','','jose-luis-1','','inherit','open','closed','','jose-luis-1','','','2022-06-28 09:08:43','2022-06-28 14:08:43','',239,'https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png',0,'attachment','image/png',0),(9977,1,'2022-06-28 09:09:06','2022-06-28 14:09:06','','vitor-1','','inherit','open','closed','','vitor-1','','','2022-06-28 09:09:06','2022-06-28 14:09:06','',239,'https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png',0,'attachment','image/png',0),(9978,1,'2022-06-28 09:09:36','2022-06-28 14:09:36','','edgar-1','','inherit','open','closed','','edgar-1','','','2022-06-28 09:09:36','2022-06-28 14:09:36','',239,'https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png',0,'attachment','image/png',0),(9979,1,'2022-06-28 09:10:38','2022-06-28 14:10:38','','ysmael-1','','inherit','open','closed','','ysmael-1','','','2022-06-28 09:10:38','2022-06-28 14:10:38','',239,'https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png',0,'attachment','image/png',0),(9982,1,'2022-07-04 19:06:24','2022-07-05 00:06:24','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de Asociación Peruana de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panameña de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9970,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\" alt=\"\" class=\"wp-image-9970\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9971,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\" alt=\"\" class=\"wp-image-9971\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>   </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9972,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\" alt=\"\" class=\"wp-image-9972\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9973,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\" alt=\"\" class=\"wp-image-9973\"/><figcaption> <strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9974,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\" alt=\"\" class=\"wp-image-9974\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9975,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\" alt=\"\" class=\"wp-image-9975\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9978,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\" alt=\"\" class=\"wp-image-9978\"/><figcaption> <strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9976,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\" alt=\"\" class=\"wp-image-9976\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9979,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\" alt=\"\" class=\"wp-image-9979\"/></a><figcaption> <strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9977,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\" alt=\"\" class=\"wp-image-9977\"/><figcaption> <strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-07-04 19:06:24','2022-07-05 00:06:24','',239,'https://redpsiju.org/2022/07/04/239-revision-v1/',0,'revision','',0),(9989,1,'2022-10-03 10:48:12','2022-10-03 15:48:12','','alfredo','','inherit','open','closed','','alfredo','','','2022-10-03 10:48:12','2022-10-03 15:48:12','',239,'https://redpsiju.org/wp-content/uploads/2022/10/alfredo.jpg',0,'attachment','image/jpeg',0),(9991,1,'2022-10-03 10:50:29','2022-10-03 15:50:29','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de Asociación Peruana de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panameña de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9970,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\" alt=\"\" class=\"wp-image-9970\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9971,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\" alt=\"\" class=\"wp-image-9971\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>   </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9972,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\" alt=\"\" class=\"wp-image-9972\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9973,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\" alt=\"\" class=\"wp-image-9973\"/><figcaption> <strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9974,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\" alt=\"\" class=\"wp-image-9974\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9975,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\" alt=\"\" class=\"wp-image-9975\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9978,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\" alt=\"\" class=\"wp-image-9978\"/><figcaption> <strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9976,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\" alt=\"\" class=\"wp-image-9976\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9979,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\" alt=\"\" class=\"wp-image-9979\"/></a><figcaption> <strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9977,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\" alt=\"\" class=\"wp-image-9977\"/><figcaption> <strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9989,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://redpsiju.org/nosotros/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/10/alfredo.jpg\" alt=\"\" class=\"wp-image-9989\"/></a><figcaption>  <strong>Alfredo Adán Ríos</strong> <br>Presidente de la Federación Internacional Neurojurídica de México</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-10-03 10:50:29','2022-10-03 15:50:29','',239,'https://redpsiju.org/2022/10/03/239-revision-v1/',0,'revision','',0),(9990,1,'2022-10-03 10:48:16','2022-10-03 15:48:16','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de Asociación Peruana de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panameña de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9970,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\" alt=\"\" class=\"wp-image-9970\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9971,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\" alt=\"\" class=\"wp-image-9971\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>   </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9972,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\" alt=\"\" class=\"wp-image-9972\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9973,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\" alt=\"\" class=\"wp-image-9973\"/><figcaption> <strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9974,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\" alt=\"\" class=\"wp-image-9974\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9975,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\" alt=\"\" class=\"wp-image-9975\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9978,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\" alt=\"\" class=\"wp-image-9978\"/><figcaption> <strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9976,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\" alt=\"\" class=\"wp-image-9976\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9979,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\" alt=\"\" class=\"wp-image-9979\"/></a><figcaption> <strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9977,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\" alt=\"\" class=\"wp-image-9977\"/><figcaption> <strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9989,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/10/alfredo.jpg\" alt=\"\" class=\"wp-image-9989\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-10-03 10:48:16','2022-10-03 15:48:16','',239,'https://redpsiju.org/2022/10/03/239-revision-v1/',0,'revision','',0),(9986,1,'2022-10-03 10:37:11','2022-10-03 15:37:11','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de Asociación Peruana de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panameña de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9970,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\" alt=\"\" class=\"wp-image-9970\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9971,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\" alt=\"\" class=\"wp-image-9971\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>   </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9972,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\" alt=\"\" class=\"wp-image-9972\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9973,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\" alt=\"\" class=\"wp-image-9973\"/><figcaption> <strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9974,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\" alt=\"\" class=\"wp-image-9974\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9975,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\" alt=\"\" class=\"wp-image-9975\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9978,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\" alt=\"\" class=\"wp-image-9978\"/><figcaption> <strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9976,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\" alt=\"\" class=\"wp-image-9976\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9979,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\" alt=\"\" class=\"wp-image-9979\"/></a><figcaption> <strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9977,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\" alt=\"\" class=\"wp-image-9977\"/><figcaption> <strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9984,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/10/alfredo.png\" alt=\"\" class=\"wp-image-9984\"/><figcaption>  <strong>Alfredo Adán Ríos</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" aria-label=\"Federación Internacional de Ciencias Neurojurídicas (se abre en una nueva pestaña)\" href=\"https://redpsiju.org/nosotros/\" target=\"_blank\">Federación Internacional de Ciencias Neurojurídicas</a> de México</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-10-03 10:37:11','2022-10-03 15:37:11','',239,'https://redpsiju.org/2022/10/03/239-revision-v1/',0,'revision','',0),(9996,1,'2023-07-14 20:39:21','2023-07-15 01:39:21','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9940,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/el-slavador.png\" alt=\"\" class=\"wp-image-9940\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2023-07-14 20:39:21','2023-07-15 01:39:21','',472,'https://redpsiju.org/2023/07/14/472-revision-v1/',0,'revision','',0),(9992,1,'2022-10-03 10:53:22','2022-10-03 15:53:22','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.psicologiajuridicaperu.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption><br></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9940,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/el-slavador.png\" alt=\"\" class=\"wp-image-9940\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9987,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://redpsiju.org/miembros/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/10/logomx.jpg\" alt=\"\" class=\"wp-image-9987\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2022-10-03 10:53:22','2022-10-03 15:53:22','',472,'https://redpsiju.org/2022/10/03/472-revision-v1/',0,'revision','',0),(9995,1,'2023-07-14 20:38:47','2023-07-15 01:38:47','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de Asociación Peruana de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panameña de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9970,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\" alt=\"\" class=\"wp-image-9970\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9971,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\" alt=\"\" class=\"wp-image-9971\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>   </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9972,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\" alt=\"\" class=\"wp-image-9972\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9973,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\" alt=\"\" class=\"wp-image-9973\"/><figcaption> <strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9974,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\" alt=\"\" class=\"wp-image-9974\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9975,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\" alt=\"\" class=\"wp-image-9975\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9978,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\" alt=\"\" class=\"wp-image-9978\"/><figcaption> <strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9976,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\" alt=\"\" class=\"wp-image-9976\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9979,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\" alt=\"\" class=\"wp-image-9979\"/></a><figcaption> <strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9977,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\" alt=\"\" class=\"wp-image-9977\"/><figcaption> <strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2023-07-14 20:38:47','2023-07-15 01:38:47','',239,'https://redpsiju.org/2023/07/14/239-revision-v1/',0,'revision','',0),(9993,1,'2022-10-03 10:55:26','2022-10-03 15:55:26','<section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<div class=\"kc-row-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</div>\n<div class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<div class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9953,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"/></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9965,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"/></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de Asociación Peruana de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":9966,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"/><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panameña de Psicología Jurídica y Forense </figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9970,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\" alt=\"\" class=\"wp-image-9970\"/><figcaption> <strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9971,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\" alt=\"\" class=\"wp-image-9971\"/><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>   </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9972,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\" alt=\"\" class=\"wp-image-9972\"/><figcaption> <strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9973,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\" alt=\"\" class=\"wp-image-9973\"/><figcaption> <strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9905,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"/></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9974,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\" alt=\"\" class=\"wp-image-9974\"/></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a>  </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9975,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\" alt=\"\" class=\"wp-image-9975\"/><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9978,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\" alt=\"\" class=\"wp-image-9978\"/><figcaption> <strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9976,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\" alt=\"\" class=\"wp-image-9976\"/></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9979,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\" alt=\"\" class=\"wp-image-9979\"/></a><figcaption> <strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9977,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\" alt=\"\" class=\"wp-image-9977\"/><figcaption> <strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a> </figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9989,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://redpsiju.org/nosotros/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/10/alfredo.jpg\" alt=\"\" class=\"wp-image-9989\"/></a><figcaption>  <strong>Alfredo Adán Ríos</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Federación Internacional Neurojurídica de México </a> </figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Equipo IberoAmericano</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Direcciones Territoriales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2022-10-03 10:55:26','2022-10-03 15:55:26','',239,'https://redpsiju.org/2022/10/03/239-revision-v1/',0,'revision','',0),(10000,1,'2023-09-18 20:24:36','2023-09-19 01:24:36','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Nosotros\",\"post_status\":\"publish\",\"post_date\":\"2019-06-20 09:16:31\",\"post_author\":\"1\",\"post_name\":\"nosotros\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"wv64497\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"sj94471\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"3g17133\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003csection class=\\u0022kc-elm kc-css-4311569 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.25em; font-weight: 600;\\u0022\\u003eRepresentantes Institucionales en Psicología Jurídica\\u003c/span\\u003e\\u003c/p\\u003e\\u003c/section\\u003e\\u003csection class=\\u0022kc-elm kc-css-3422244 kc_row\\u0022 data-kc-fullwidth=\\u0022content\\u0022\\u003e\\u003cp class=\\u0022kc-row-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-1887879 kc-title-wrap \\u0022\\u003e\\u003c/p\\u003e\\u003ch2 class=\\u0022kc_title\\u0022\\u003eMiembros del Directorio\\u003c/h2\\u003e\\u003cp class=\\u0022kc-elm kc-css-1147802 kc_row kc_row_inner\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3700843 kc_text_block\\u0022\\u003e\\u003c/p\\u003e\\u003cp\\u003eSomos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país\\u0026nbsp;\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003eactividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.\\u003c/span\\u003e\\u003c/p\\u003e\\u003c/section\\u003e\",\"pagelayer-id\":\"nop9949\"} --><section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\"><p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p></section><section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\"><p class=\"kc-row-container\"></p><p class=\"kc-wrap-columns\"></p><p class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\"></p><p class=\"kc-col-container\"></p><p class=\"kc-elm kc-css-1887879 kc-title-wrap \"></p><h2 class=\"kc_title\">Miembros del Directorio</h2><p class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\"></p><p class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\"></p><p class=\"kc_wrapper kc-col-inner-container\"></p><p class=\"kc-elm kc-css-3700843 kc_text_block\"></p><p>Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país&nbsp;<span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p></section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"8jt7901\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"9362972\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"deq7533\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJoão Carlos Alchieri\\u003c/strong\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eAsociación Brasilera de Psicología Jurídica\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ffz1612\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">João Carlos Alchieri</strong><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente de la&nbsp;</span><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Asociación Brasilera de Psicología Jurídica</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"bxg3740\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"unx8448\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJohn Charles Torres V.\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de\\u0026nbsp;\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"j8w7361\"} --><p style=\"text-align: center;\"><strong>John Charles Torres V.</strong><br>Presidente de&nbsp;<a href=\"https://peru.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"t9l8872\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"l5m266\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u003c/span\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u0026nbsp;(Valencia - España)\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"y148588\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">José Luis Alba Robles</strong><span style=\"text-align: center;\"></span><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente del&nbsp;</span><a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Instituto Iberoamericano de Criminología Aplicada</a><span style=\"text-align: center;\">&nbsp;(Valencia - España)</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"mgj3147\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"faa8572\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9966,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"hbg894\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: start;\\u0022\\u003eIris Ayala Solis\\u003c/strong\\u003e\\u003cbr style=\\u0022text-align: start;\\u0022\\u003e\\u003cspan style=\\u0022text-align: start;\\u0022\\u003ePresidente de Asociación Panameña de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"inp7543\"} --><p style=\"text-align: center;\"><strong style=\"text-align: start;\">Iris Ayala Solis</strong><br style=\"text-align: start;\"><span style=\"text-align: start;\">Presidente de Asociación Panameña de Psicología Jurídica y Forense</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"g162136\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9970,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"rrf4465\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eMiriam Rivas Pérez\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de Asociación Venezolana de Psicología Judicial\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"5hj246\"} --><p style=\"text-align: center;\"><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"2qj910\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9954,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"1az7795\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u003c/span\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u0026nbsp;(Valencia - España)\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"uhm9618\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">José Luis Alba Robles</strong><span style=\"text-align: center;\"></span><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente del&nbsp;</span><a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Instituto Iberoamericano de Criminología Aplicada</a><span style=\"text-align: center;\">&nbsp;(Valencia - España)</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"8hj6173\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"amr5464\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9973,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"tfb597\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJosé Antonio Unzueta Floranes\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la Sociedad Mexicana de Ciencias del Comportamiento\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"v5x1919\"} --><p style=\"text-align: center;\"><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"maj2914\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9977,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9id1504\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eVítor Miguel Pereira Da Silva\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la\\u0026nbsp;\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://www.apcriminologia.com/pt/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Portuguesa de Criminología\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"mda9053\"} --><p style=\"text-align: center;\"><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Asociación Portuguesa de Criminología</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"ucu3136\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"nsv2174\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJorge Williams Aguilar Espinoza\\u003c/strong\\u003e\\u003cbr\\u003ePresidente del\\u0026nbsp;\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eIlustre Colegio de Psicólogos Jurídicos de México A.C.\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ul74210\"} --><p style=\"text-align: center;\"><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del&nbsp;<a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"9gz2131\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"9ns3087\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9978,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"rdn7134\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eEdgar Armando Aguilar\\u003c/strong\\u003e\\u003cbr\\u003eRepresentante de la Asociación de Psicólogos Jurídicos de El Salvador\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yhb4469\"} --><p style=\"text-align: center;\"><strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"3vs1019\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"ybk8235\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eAdriana Savio Corvino\\u003c/strong\\u003e\\u003cbr\\u003ePresidenta del Instituto de Psicología Jurídica de Uruguay\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tud9660\"} --><p style=\"text-align: center;\"><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"muy4679\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9979,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"fsz2116\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eYsmael Reinerio Gaona Villalba\\u003c/strong\\u003e\\u003cbr\\u003ePresidente \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eSociedad Internacional de Psicología Criminológica y Forense Paraguay\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ccd825\"} --><p style=\"text-align: center;\"><strong>Ysmael Reinerio Gaona Villalba</strong><br>Presidente <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Sociedad Internacional de Psicología Criminológica y Forense Paraguay</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eEquipo IberoAmericano\\u003c/h4\\u003e\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eDirecciones Territoriales\\u003c/h2\\u003e\\u003cp\\u003eEquipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).\\u003c/p\\u003e\",\"pagelayer-id\":\"gpa7936\"} --><h4 class=\"wp-block-heading\">Equipo IberoAmericano</h4><h2 class=\"wp-block-heading\">Direcciones Territoriales</h2><p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2023-09-18 20:24:36','2023-09-19 01:24:36','',239,'https://redpsiju.org/?p=10000',0,'revision','',0),(9998,1,'2023-09-18 19:54:52','2023-09-19 00:54:52','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Nosotros\",\"post_status\":\"publish\",\"post_date\":\"2019-06-20 09:16:31\",\"post_author\":\"1\",\"post_name\":\"nosotros\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"wv64497\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"sj94471\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"3g17133\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003csection class=\\u0022kc-elm kc-css-4311569 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-4152656 kc_row kc_row_inner\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-4324041 kc_text_block\\u0022\\u003e\\n\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.25em; font-weight: 600;\\u0022\\u003eRepresentantes Institucionales en Psicología Jurídica\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3422244 kc_row\\u0022 data-kc-fullwidth=\\u0022content\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-1887879 kc-title-wrap \\u0022\\u003e\\n\\u003ch2 class=\\u0022kc_title\\u0022\\u003eMiembros del Directorio\\u003c/h2\\u003e\\n\\u003c/p\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-1147802 kc_row kc_row_inner\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\\u0022\\u003e\\n\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-3700843 kc_text_block\\u0022\\u003e\\n\\u003cp style=\\u0022text-align: left;\\u0022\\u003eSomos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país \\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003eactividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/section\\u003e\\n\\n\\n\\u003cp class=\\u0022wp-block-columns is-layout-flex wp-container-4 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cp class=\\u0022wp-block-image\\u0022\\u003e\\u003cfigure class=\\u0022aligncenter size-large\\u0022\\u003e\\u003ca href=\\u0022https://aapjyf.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 width=\\u0022250\\u0022 height=\\u0022280\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9953\\u0022\\u003e\\u003c/a\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eGabriel Alberto Letaif\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de Asociación Argentina de Psicología Jurídica y Forense\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cp class=\\u0022wp-block-image\\u0022\\u003e\\u003cfigure class=\\u0022aligncenter size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.psicologiajuridicaperu.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 width=\\u0022280\\u0022 height=\\u0022284\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9965\\u0022\\u003e\\u003c/a\\u003e\\u003cfigcaption\\u003e\\u003cstrong\\u003eJohn Charles Torres V.\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de \\u003ca href=\\u0022https://peru.redpsiju.org\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense \\u003c/a\\u003e\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cp class=\\u0022wp-block-image\\u0022\\u003e\\u003cfigure class=\\u0022aligncenter size-large\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 width=\\u0022254\\u0022 height=\\u0022280\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9966\\u0022\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eIris Ayala Solis\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de Asociación Panameña de Psicología Jurídica y Forense \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-columns is-layout-flex wp-container-8 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022254\\u0022 height=\\u0022280\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9970\\u0022\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eMiriam Rivas Pérez\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de Asociación Venezolana de Psicología Judicial \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022283\\u0022 height=\\u0022280\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9971\\u0022\\u003e\\u003cfigcaption\\u003e\\u003cstrong\\u003eJoão Carlos Alchieri\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022\\u003eAsociación Brasilera de Psicología Jurídica\\u003c/a\\u003e   \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022280\\u0022 height=\\u0022284\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9972\\u0022\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eAdriana Savio Corvino\\u003c/strong\\u003e\\u003cbr\\u003ePresidenta del Instituto de Psicología Jurídica de Uruguay \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-columns is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022280\\u0022 height=\\u0022284\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9973\\u0022\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eJosé Antonio Unzueta Floranes\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la Sociedad Mexicana de Ciencias del Comportamiento \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://www.asociacionpsicologiajuridica.cl/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022300\\u0022 height=\\u0022266\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2021/05/foto.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9905\\u0022\\u003e\\u003c/a\\u003e\\u003cfigcaption\\u003e\\u003cstrong\\u003eCarlos Madariaga Galléz\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la \\u003ca rel=\\u0022noreferrer noopener\\u0022 aria-label=\\u0022Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\\u0022 href=\\u0022https://www.asociacionpsicologiajuridica.cl/\\u0022 target=\\u0022_blank\\u0022\\u003eAsociación Chilena de Psicología Jurídica y Forense\\u003c/a\\u003e \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022254\\u0022 height=\\u0022280\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9974\\u0022\\u003e\\u003c/a\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eJorge Williams Aguilar Espinoza\\u003c/strong\\u003e\\u003cbr\\u003ePresidente del \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022\\u003eIlustre Colegio de Psicólogos Jurídicos de México A.C.\\u003c/a\\u003e  \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-columns is-layout-flex wp-container-16 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022254\\u0022 height=\\u0022280\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9975\\u0022\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eGiomar Bejarano Gerke\\u003c/strong\\u003e\\u003cbr\\u003ePresidenta de la Asociación Científica de Psicología Forense de Bolivia\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022280\\u0022 height=\\u0022284\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9978\\u0022\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eEdgar Armando Aguilar\\u003c/strong\\u003e\\u003cbr\\u003eRepresentante de la Asociación de Psicólogos Jurídicos de El Salvador\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022280\\u0022 height=\\u0022283\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9976\\u0022\\u003e\\u003c/a\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e \\u003cbr\\u003ePresidente del  \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e (Valencia - España)\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022280\\u0022 height=\\u0022284\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9979\\u0022\\u003e\\u003c/a\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eYsmael Reinerio Gaona Villalba\\u003c/strong\\u003e \\u003cbr\\u003ePresidente de la  \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022\\u003eSociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay\\u003c/a\\u003e \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 loading=\\u0022lazy\\u0022 width=\\u0022280\\u0022 height=\\u0022280\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9977\\u0022 srcset=\\u0022https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png 280w, https://redpsiju.org/wp-content/uploads/2022/06/vitor-1-150x150.png 150w\\u0022 sizes=\\u0022(max-width: 280px) 100vw, 280px\\u0022\\u003e\\u003cfigcaption\\u003e \\u003cstrong\\u003eVítor Miguel Pereira Da Silva\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la  \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://www.apcriminologia.com/pt/\\u0022 target=\\u0022_blank\\u0022\\u003eAsociación Portuguesa de Criminología\\u003c/a\\u003e \\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\n\\n\\n\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eEquipo IberoAmericano\\u003c/h4\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eDirecciones Territoriales\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp\\u003eEquipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022wp-block-columns is-layout-flex wp-container-19 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\u003c/div\\u003e\\n\\u003c/p\\u003e\",\"pagelayer-id\":\"1wk4589\"} --><section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n<p class=\"kc-wrap-columns\">\n<p class=\"kc-elm kc-css-541642 kc_col-sm-12 kc_column kc_col-sm-12\">\n<p class=\"kc-col-container\">\n<p class=\"kc-elm kc-css-4152656 kc_row kc_row_inner\">\n<p class=\"kc-elm kc-css-2326821 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<p class=\"kc_wrapper kc-col-inner-container\">\n<p class=\"kc-elm kc-css-4324041 kc_text_block\">\n<p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</section>\n<section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\">\n<p class=\"kc-row-container\">\n<p class=\"kc-wrap-columns\">\n<p class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\">\n<p class=\"kc-col-container\">\n<p class=\"kc-elm kc-css-1887879 kc-title-wrap \">\n<h2 class=\"kc_title\">Miembros del Directorio</h2>\n</p>\n<p class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\">\n<p class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\">\n<p class=\"kc_wrapper kc-col-inner-container\">\n<p class=\"kc-elm kc-css-3700843 kc_text_block\">\n<p style=\"text-align: left;\">Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país <span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</section>\n\n\n<p class=\"wp-block-columns is-layout-flex wp-container-4 wp-block-columns-is-layout-flex\">\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" fetchpriority=\"high\" width=\"250\" height=\"280\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/gabriel.png\" alt=\"\" class=\"wp-image-9953\"></a><figcaption> <strong>Gabriel Alberto Letaif</strong><br>Presidente de Asociación Argentina de Psicología Jurídica y Forense</figcaption></figure></p>\n</p>\n\n\n\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"http://www.psicologiajuridicaperu.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"280\" height=\"284\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/john-1.png\" alt=\"\" class=\"wp-image-9965\"></a><figcaption><strong>John Charles Torres V.</strong><br>Presidente de <a href=\"https://peru.redpsiju.org\">Asociación Peruana de Psicología Jurídica y Forense </a></figcaption></figure></p>\n</p>\n\n\n\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"254\" height=\"280\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/iris-1.png\" alt=\"\" class=\"wp-image-9966\"><figcaption> <strong>Iris Ayala Solis</strong><br>Presidente de Asociación Panameña de Psicología Jurídica y Forense </figcaption></figure></p>\n</p>\n</p>\n\n\n\n<p class=\"wp-block-columns is-layout-flex wp-container-8 wp-block-columns-is-layout-flex\">\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"254\" height=\"280\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/miriam-2.png\" alt=\"\" class=\"wp-image-9970\"><figcaption> <strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial </figcaption></figure>\n</p>\n\n\n\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"283\" height=\"280\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/joa-1.png\" alt=\"\" class=\"wp-image-9971\"><figcaption><strong>João Carlos Alchieri</strong><br>Presidente de la <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Asociación Brasilera de Psicología Jurídica</a>   </figcaption></figure>\n</p>\n\n\n\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"280\" height=\"284\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/Personal-2-1.png\" alt=\"\" class=\"wp-image-9972\"><figcaption> <strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay </figcaption></figure>\n</p>\n</p>\n\n\n\n<p class=\"wp-block-columns is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\">\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"280\" height=\"284\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/unzueta-1.png\" alt=\"\" class=\"wp-image-9973\"><figcaption> <strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento </figcaption></figure>\n</p>\n\n\n\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" loading=\"lazy\" width=\"300\" height=\"266\" src=\"https://redpsiju.org/wp-content/uploads/2021/05/foto.png\" alt=\"\" class=\"wp-image-9905\"></a><figcaption><strong>Carlos Madariaga Galléz</strong><br>Presidente de la <a rel=\"noreferrer noopener\" aria-label=\"Asociación Chilena de Psicología Jurídica y Forense (se abre en una nueva pestaña)\" href=\"https://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\">Asociación Chilena de Psicología Jurídica y Forense</a> </figcaption></figure>\n</p>\n\n\n\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" loading=\"lazy\" width=\"254\" height=\"280\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/williams-1.jpg\" alt=\"\" class=\"wp-image-9974\"></a><figcaption> <strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del <a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a>  </figcaption></figure>\n</p>\n</p>\n\n\n\n<p class=\"wp-block-columns is-layout-flex wp-container-16 wp-block-columns-is-layout-flex\">\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"254\" height=\"280\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/giomar-1.png\" alt=\"\" class=\"wp-image-9975\"><figcaption> <strong>Giomar Bejarano Gerke</strong><br>Presidenta de la Asociación Científica de Psicología Forense de Bolivia</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"280\" height=\"284\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/edgar-1.png\" alt=\"\" class=\"wp-image-9978\"><figcaption> <strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador</figcaption></figure>\n</p>\n\n\n\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" loading=\"lazy\" width=\"280\" height=\"283\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/jose-luis-1.png\" alt=\"\" class=\"wp-image-9976\"></a><figcaption> <strong>José Luis Alba Robles</strong> <br>Presidente del  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Instituto Iberoamericano de Criminología Aplicada</a> (Valencia - España)</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" loading=\"lazy\" width=\"280\" height=\"284\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/ysmael-1.png\" alt=\"\" class=\"wp-image-9979\"></a><figcaption> <strong>Ysmael Reinerio Gaona Villalba</strong> <br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\">Sociedad Internacional de Psicología Criminológica y Forense - Capítulo Paraguay</a> </figcaption></figure>\n</p>\n\n\n\n<p class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"280\" height=\"280\" src=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png\" alt=\"\" class=\"wp-image-9977\" srcset=\"https://redpsiju.org/wp-content/uploads/2022/06/vitor-1.png 280w, https://redpsiju.org/wp-content/uploads/2022/06/vitor-1-150x150.png 150w\" sizes=\"(max-width: 280px) 100vw, 280px\"><figcaption> <strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la  <a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\">Asociación Portuguesa de Criminología</a> </figcaption></figure>\n</p>\n</p>\n\n\n\n<h4 class=\"wp-block-heading\">Equipo IberoAmericano</h4>\n\n\n\n<h2 class=\"wp-block-heading\">Direcciones Territoriales</h2>\n\n\n\n<p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p>\n\n\n\n<p></p>\n\n\n\n<p class=\"wp-block-columns is-layout-flex wp-container-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2023-09-18 19:54:52','2023-09-19 00:54:52','',239,'https://redpsiju.org/?p=9998',0,'revision','',0),(9999,1,'2023-09-18 19:56:30','2023-09-19 00:56:30','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9450,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9453,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.peru.redpsiju.org\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9862,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9472,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9923,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9869,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9477,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9474,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9825,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9834,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9481,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":9473,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9940,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/el-slavador.png\" alt=\"\" class=\"wp-image-9940\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9925,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2023-09-18 19:56:30','2023-09-19 00:56:30','',472,'https://redpsiju.org/?p=9999',0,'revision','',0),(10001,1,'2023-09-18 20:26:01','2023-09-19 01:26:01','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Nosotros\",\"post_status\":\"publish\",\"post_date\":\"2019-06-20 09:16:31\",\"post_author\":\"1\",\"post_name\":\"nosotros\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"wv64497\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"sj94471\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"3g17133\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003csection class=\\u0022kc-elm kc-css-4311569 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.25em; font-weight: 600;\\u0022\\u003eRepresentantes Institucionales en Psicología Jurídica\\u003c/span\\u003e\\u003c/p\\u003e\\u003c/section\\u003e\\u003csection class=\\u0022kc-elm kc-css-3422244 kc_row\\u0022 data-kc-fullwidth=\\u0022content\\u0022\\u003e\\u003cp class=\\u0022kc-row-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-1887879 kc-title-wrap \\u0022\\u003e\\u003c/p\\u003e\\u003ch2 class=\\u0022kc_title\\u0022\\u003eMiembros del Directorio\\u003c/h2\\u003e\\u003cp class=\\u0022kc-elm kc-css-1147802 kc_row kc_row_inner\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3700843 kc_text_block\\u0022\\u003e\\u003c/p\\u003e\\u003cp\\u003eSomos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país\\u0026nbsp;\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003eactividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.\\u003c/span\\u003e\\u003c/p\\u003e\\u003c/section\\u003e\",\"pagelayer-id\":\"nop9949\"} --><section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\"><p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p></section><section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\"><p class=\"kc-row-container\"></p><p class=\"kc-wrap-columns\"></p><p class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\"></p><p class=\"kc-col-container\"></p><p class=\"kc-elm kc-css-1887879 kc-title-wrap \"></p><h2 class=\"kc_title\">Miembros del Directorio</h2><p class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\"></p><p class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\"></p><p class=\"kc_wrapper kc-col-inner-container\"></p><p class=\"kc-elm kc-css-3700843 kc_text_block\"></p><p>Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país&nbsp;<span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p></section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"8jt7901\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"9362972\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"deq7533\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJoão Carlos Alchieri\\u003c/strong\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eAsociación Brasilera de Psicología Jurídica\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ffz1612\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">João Carlos Alchieri</strong><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente de la&nbsp;</span><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Asociación Brasilera de Psicología Jurídica</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"bxg3740\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"unx8448\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJohn Charles Torres V.\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de\\u0026nbsp;\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"j8w7361\"} --><p style=\"text-align: center;\"><strong>John Charles Torres V.</strong><br>Presidente de&nbsp;<a href=\"https://peru.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"t9l8872\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"l5m266\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u003c/span\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u0026nbsp;(Valencia - España)\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"y148588\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">José Luis Alba Robles</strong><span style=\"text-align: center;\"></span><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente del&nbsp;</span><a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Instituto Iberoamericano de Criminología Aplicada</a><span style=\"text-align: center;\">&nbsp;(Valencia - España)</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"mgj3147\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"faa8572\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9966,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"hbg894\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: start;\\u0022\\u003eIris Ayala Solis\\u003c/strong\\u003e\\u003cbr style=\\u0022text-align: start;\\u0022\\u003e\\u003cspan style=\\u0022text-align: start;\\u0022\\u003ePresidente de Asociación Panameña de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"inp7543\"} --><p style=\"text-align: center;\"><strong style=\"text-align: start;\">Iris Ayala Solis</strong><br style=\"text-align: start;\"><span style=\"text-align: start;\">Presidente de Asociación Panameña de Psicología Jurídica y Forense</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"g162136\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9970,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"rrf4465\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eMiriam Rivas Pérez\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de Asociación Venezolana de Psicología Judicial\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"5hj246\"} --><p style=\"text-align: center;\"><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"2qj910\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9954,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"1az7795\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u003c/span\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u0026nbsp;(Valencia - España)\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"uhm9618\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">José Luis Alba Robles</strong><span style=\"text-align: center;\"></span><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente del&nbsp;</span><a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Instituto Iberoamericano de Criminología Aplicada</a><span style=\"text-align: center;\">&nbsp;(Valencia - España)</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"8hj6173\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"amr5464\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9973,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"tfb597\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJosé Antonio Unzueta Floranes\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la Sociedad Mexicana de Ciencias del Comportamiento\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"v5x1919\"} --><p style=\"text-align: center;\"><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"maj2914\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9977,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9id1504\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eVítor Miguel Pereira Da Silva\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la\\u0026nbsp;\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://www.apcriminologia.com/pt/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Portuguesa de Criminología\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"mda9053\"} --><p style=\"text-align: center;\"><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Asociación Portuguesa de Criminología</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"ucu3136\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"nsv2174\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJorge Williams Aguilar Espinoza\\u003c/strong\\u003e\\u003cbr\\u003ePresidente del\\u0026nbsp;\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eIlustre Colegio de Psicólogos Jurídicos de México A.C.\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ul74210\"} --><p style=\"text-align: center;\"><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del&nbsp;<a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"9gz2131\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"9ns3087\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9978,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"rdn7134\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eEdgar Armando Aguilar\\u003c/strong\\u003e\\u003cbr\\u003eRepresentante de la Asociación de Psicólogos Jurídicos de El Salvador\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yhb4469\"} --><p style=\"text-align: center;\"><strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"3vs1019\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"ybk8235\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eAdriana Savio Corvino\\u003c/strong\\u003e\\u003cbr\\u003ePresidenta del Instituto de Psicología Jurídica de Uruguay\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tud9660\"} --><p style=\"text-align: center;\"><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"muy4679\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9979,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"fsz2116\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eYsmael Reinerio Gaona Villalba\\u003c/strong\\u003e\\u003cbr\\u003ePresidente \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eSociedad Internacional de Psicología Criminológica y Forense Paraguay\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ccd825\"} --><p style=\"text-align: center;\"><strong>Ysmael Reinerio Gaona Villalba</strong><br>Presidente <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Sociedad Internacional de Psicología Criminológica y Forense Paraguay</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_space {\"height\":\"28px\",\"pagelayer-id\":\"bab2100\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eEquipo IberoAmericano\\u003c/h4\\u003e\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eDirecciones Territoriales\\u003c/h2\\u003e\\u003cp\\u003eEquipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).\\u003c/p\\u003e\",\"pagelayer-id\":\"gpa7936\"} --><h4 class=\"wp-block-heading\">Equipo IberoAmericano</h4><h2 class=\"wp-block-heading\">Direcciones Territoriales</h2><p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2023-09-18 20:26:01','2023-09-19 01:26:01','',239,'https://redpsiju.org/?p=10001',0,'revision','',0),(10005,1,'2023-09-18 20:49:35','2023-09-19 01:49:35','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":10003,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://redpsiju.org/wp-content/uploads/2023/09/bred1.png\" alt=\"\" class=\"wp-image-10003\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9948,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/masred.png\" alt=\"\" class=\"wp-image-9948\"/></a></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2023-09-18 20:49:35','2023-09-19 01:49:35','',661,'https://redpsiju.org/?p=10005',0,'revision','',0),(10002,1,'2023-09-18 20:31:43','2023-09-19 01:31:43','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9946,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/bred.png\" alt=\"\" class=\"wp-image-9946\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9948,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/masred.png\" alt=\"\" class=\"wp-image-9948\"/></a></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2023-09-18 20:31:43','2023-09-19 01:31:43','',661,'https://redpsiju.org/?p=10002',0,'revision','',0),(10003,1,'2023-09-18 20:48:40','2023-09-19 01:48:40','','bred1','','inherit','open','closed','','bred1','','','2023-09-18 20:48:40','2023-09-19 01:48:40','',661,'https://redpsiju.org/wp-content/uploads/2023/09/bred1.png',0,'attachment','image/png',0),(10004,1,'2023-09-18 20:49:00','2023-09-19 01:49:00','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":10003,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://redpsiju.org/wp-content/uploads/2023/09/bred1.png\" alt=\"\" class=\"wp-image-10003\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9948,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/masred.png\" alt=\"\" class=\"wp-image-9948\"/></a></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-autosave-v1','','','2023-09-18 20:49:00','2023-09-19 01:49:00','',661,'https://redpsiju.org/?p=10004',0,'revision','',0),(10006,1,'2023-09-18 20:51:52','2023-09-19 01:51:52','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: rumbo al 1er. Encuentro Iberoamericano 2021</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":10003,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2023/09/bred1.png\" alt=\"\" class=\"wp-image-10003\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":9948,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2022/06/masred.png\" alt=\"\" class=\"wp-image-9948\"/></a></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2023-09-18 20:51:52','2023-09-19 01:51:52','',661,'https://redpsiju.org/?p=10006',0,'revision','',0),(10007,1,'2023-09-18 21:06:27','2023-09-19 02:06:27','','masred1','','inherit','open','closed','','masred1','','','2023-09-18 21:06:27','2023-09-19 02:06:27','',661,'https://redpsiju.org/wp-content/uploads/2023/09/masred1.png',0,'attachment','image/png',0),(10009,1,'2023-09-18 21:08:21','2023-09-19 02:08:21','<p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: construyendo los Encuentros Iberoamericanos</p>\n\n<!-- wp:image {\"id\":9887,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.org/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Integración Global PsiJurídica</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":10003,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.org/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2023/09/bred1.png\" alt=\"\" class=\"wp-image-10003\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Modalidad Blended Learning</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Participa desde donde vives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":10007,\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2023/09/masred1.png\" alt=\"\" class=\"wp-image-10007\"/></a></figure>\n<!-- /wp:image -->','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2023-09-18 21:08:21','2023-09-19 02:08:21','',661,'https://redpsiju.org/?p=10009',0,'revision','',0),(10010,1,'2023-09-19 09:52:43','2023-09-19 14:52:43','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\"><hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong>&nbsp;Condecoración al Mérito Iberoamericano «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-09-19 09:52:43','2023-09-19 14:52:43','',8942,'https://redpsiju.org/?p=10010',0,'revision','',0),(10012,1,'2023-09-19 09:54:17','2023-09-19 14:54:17','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\"><hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong>&nbsp;Condecoración al Mérito Iberoamericano «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-09-19 09:54:17','2023-09-19 14:54:17','',8942,'https://redpsiju.org/?p=10012',0,'revision','',0),(10013,1,'2023-09-19 09:55:51','2023-09-19 14:55:51','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\"><hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:spacer {\"height\":\"69px\"} -->\n<div style=\"height:69px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong>&nbsp;Condecoración al Mérito Iberoamericano «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-09-19 09:55:51','2023-09-19 14:55:51','',8942,'https://redpsiju.org/?p=10013',0,'revision','',0),(10014,1,'2023-09-19 09:56:06','2023-09-19 14:56:06','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\"><hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:spacer {\"height\":\"46px\"} -->\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos para el desarrollo de la Psicología Aplicada al Ámbito Jurídico, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong>&nbsp;Condecoración al Mérito Iberoamericano «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-09-19 09:56:06','2023-09-19 14:56:06','',8942,'https://redpsiju.org/?p=10014',0,'revision','',0),(10022,1,'2023-09-19 10:15:02','2023-09-19 15:15:02','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n<hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:spacer {\"height\":\"46px\"} -->\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovido por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong> <a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-09-19 10:15:02','2023-09-19 15:15:02','',8942,'https://redpsiju.org/?p=10022',0,'revision','',0),(10015,1,'2023-09-19 10:03:17','2023-09-19 15:03:17','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\"><hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:spacer {\"height\":\"46px\"} -->\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de  Asociaciones Nacionales de Psicología Jurídica y Forense, promovido por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong>&nbsp;Condecoración al Mérito Iberoamericano «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-09-19 10:03:17','2023-09-19 15:03:17','',8942,'https://redpsiju.org/?p=10015',0,'revision','',0),(10016,1,'2023-09-19 10:09:45','2023-09-19 15:09:45','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Condecoración Institucional\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:09:45\",\"post_author\":\"1\",\"post_name\":\"condecoracion-medalla-al-merito-iberoamericano\",\"featured_image\":\"https://redpsiju.com/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"ypf2701\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"sey2511\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"86q9394\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003csection class=\\u0022kc-elm kc-css-2213324 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-elm kc-css-1672798 kc-title-wrap \\u0022\\u003e\\n\\u003ch4 class=\\u0022kc_title\\u0022\\u003eReconocer para Avanzar\\u003c/h4\\u003e\\n\\u003ch1\\u003eMedalla al Mérito Iberoamericano\\u003c/h1\\u003e\\n\\u003c/div\\u003e\\n\\u003cdiv class=\\u0022kc-elm kc-css-3114145 kc_text_block\\u0022\\u003e\\n\\u003cp\\u003eMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano \\u003cstrong\\u003e\\u0022Integración Inter Continental PsiJurídica\\u0022\\u003c/strong\\u003e, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la \\u003cstrong\\u003ePsicología Aplicada al Ámbito Jurídico\\u003c/strong\\u003e.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003cdiv class=\\u0022kc-elm kc-css-912537\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-carousel_images kc-elm kc-css-912537\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-carousel-images owl-carousel-images kc-sync1 \\u0022 data-owl-i-options=\\u0022{\\u0026quot;items\\u0026quot;:\\u0026quot;2\\u0026quot;,\\u0026quot;tablet\\u0026quot;:\\u0026quot;2\\u0026quot;,\\u0026quot;mobile\\u0026quot;:\\u0026quot;1\\u0026quot;,\\u0026quot;speed\\u0026quot;:\\u0026quot;500\\u0026quot;,\\u0026quot;navigation\\u0026quot;:\\u0026quot;yes\\u0026quot;,\\u0026quot;pagination\\u0026quot;:\\u0026quot;yes\\u0026quot;,\\u0026quot;autoheight\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;progressbar\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;delay\\u0026quot;:\\u0026quot;3\\u0026quot;,\\u0026quot;autoplay\\u0026quot;:\\u0026quot;yes\\u0026quot;,\\u0026quot;showthumb\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;num_thumb\\u0026quot;:\\u0026quot;5\\u0026quot;}\\u0022\\u003e\\n\\u003cdiv class=\\u0022item\\u0022\\u003e\\n\\u003cp\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/consejo1.png\\u0022 alt=\\u0022\\u0022 /\\u003e\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003cdiv class=\\u0022item\\u0022\\u003e\\n\\u003cp\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/medallas.png\\u0022 alt=\\u0022\\u0022 /\\u003e\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/section\\u003e\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/resolucion.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/reso.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9546\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/resolucionmedalla.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/meda.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9545\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/diplo.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/diplo.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9576\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2u3735\"} --><section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n<h1>Medalla al Mérito Iberoamericano</h1>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n<p><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/medallas.png\" alt=\"\" /></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/resolucion.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/reso.png\" alt=\"\" class=\"wp-image-9546\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/meda.png\" alt=\"\" class=\"wp-image-9545\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/diplo.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/diplo.png\" alt=\"\" class=\"wp-image-9576\"/></a></figure>\n</div>\n</div>\n\n\n\n<p></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Condecoración Institucional','\n				<![CDATA[\n						]]>		','publish','closed','closed','','condecoracion-medalla-al-merito-iberoamericano','','','2024-04-28 12:05:28','2024-04-28 17:05:28','[kc_row use_container=\"yes\" _id=\"16534\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`20px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"977794\"][kc_title text=\"UGxhbmlmaWNhciBwYXJhIEFydGljdWxhcg==\" type=\"h4\" _id=\"647555\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"TGluZWFtaWVudG9zIFByb2dyYW3DoXRpY29zIENvbnNlbnN1YWRvcw==\" type=\"h2\" _id=\"684398\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"203891\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021</p>\r\n[/kc_column_text][kc_row_inner _id=\"803711\" row_id=\"__empty__\" cols_gap=\"{`kc-css`:{}}\"][kc_column_inner width=\"33.33%\" _id=\"101969\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"141059\" image_source=\"media_library\" image=\"9335\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"954565\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"486957\" image_source=\"media_library\" image=\"9336\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/actayestatuto.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"671369\"][kc_single_image image_size=\"full\" _id=\"744165\" image_source=\"media_library\" image=\"9337\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/pei.pdf||_blank\"][/kc_column_inner][/kc_row_inner][/kc_column][/kc_row][kc_row use_container=\"yes\" _id=\"617786\" css_custom=\"{`kc-css`:{`any`:{`background`:{`background|`:`eyJjb2xvciI6InRyYW5zcGFyZW50IiwibGluZWFyR3JhZGllbnQiOlsiIl0sImltYWdlIjoibm9uZSIsInBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsInNpemUiOiJjb3ZlciIsInJlcGVhdCI6Im5vLXJlcGVhdCIsImF0dGFjaG1lbnQiOiJzY3JvbGwiLCJhZHZhbmNlZCI6MX0=`},`box`:{`padding|`:`40px inherit 20px inherit`}}}}\" cols_gap=\"{`kc-css`:{}}\" force=\"yes\"][kc_column width=\"12/12\" _id=\"960503\"][kc_title text=\"UmVjb25vY2VyIHBhcmEgQXZhbnphcg==\" type=\"h4\" _id=\"209000\" css_custom=\"{`kc-css`:{`479`:{`title-style`:{`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}},`any`:{`title-style`:{`color|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`#405ef3`,`font-size|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`14px`,`line-height|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`21px`,`letter-spacing|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`2px`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`uppercase`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 12px inherit`}}}}\" animate=\"||\"][kc_title text=\"Q29uZGVjb3JhY2nDs24gTWVkYWxsYSBhbCBNw6lyaXRvIEliZXJvYW1lcmljYW5v\" type=\"h2\" _id=\"560545\" css_custom=\"{`kc-css`:{`any`:{`title-style`:{`font-weight|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`800`,`text-transform|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`capitalize`,`text-align|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`center`,`margin|+.kc_title,.kc_title,.kc_title a.kc_title_link`:`inherit inherit 24px inherit`}}}}\" animate=\"||\"][kc_column_text _id=\"531784\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`color|,p`:`#333333`,`font-family|,p`:`Merriweather`,`font-size|,p`:`18px`,`line-height|,p`:`27px`,`font-style|,p`:`italic`,`text-align|,p`:`center`},`box`:{`margin|p`:`inherit inherit 48px inherit`}}}}\" animate=\"||\"]<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\r\n[/kc_column_text][kc_row_inner _id=\"351556\" cols_gap=\"{`kc-css`:{}}\" css_custom=\"{`kc-css`:{`any`:{`typography`:{`text-align|`:`right`},`box`:{`padding|`:`inherit inherit 20px inherit`}}}}\"][kc_column_inner width=\"33.33%\" _id=\"951799\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"73873\" image_source=\"media_library\" image=\"9546\" css_custom=\"{`kc-css`:{}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucion.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"896486\" css_custom=\"{`kc-css`:{`479`:{`box`:{`margin|`:`inherit inherit 24px inherit`}},`767`:{`box`:{`margin|`:`inherit inherit 24px inherit`}}}}\"][kc_single_image image_size=\"full\" _id=\"638863\" image_source=\"media_library\" image=\"9545\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`center`}}}}\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf||_blank\"][/kc_column_inner][kc_column_inner width=\"33.33%\" _id=\"541615\"][kc_single_image image_size=\"full\" _id=\"941203\" image_source=\"media_library\" image=\"9576\" on_click_action=\"open_custom_link\" custom_link=\"http://www.redpsiju.org/doc/diplo.pdf||_blank\" css_custom=\"{`kc-css`:{`any`:{`image-style`:{`text-align|`:`right`}}}}\"][/kc_column_inner][/kc_row_inner][kc_carousel_images img_size=\"full\" items_number=\"2\" tablet=\"2\" mobile=\"1\" speed=\"500\" pagination=\"yes\" auto_play=\"yes\" delay=\"3\" alt_text=\"__empty__\" _id=\"507828\" images=\"9579,9551\" onclick=\"none\" navigation=\"yes\"][/kc_column][/kc_row]',0,'https://redpsiju.org/?page_id=10016',0,'page','',0),(10017,1,'2023-09-19 10:09:45','2023-09-19 15:09:45','<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/medallas.png\" alt=\"\" /></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9546,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/resolucion.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/reso.png\" alt=\"\" class=\"wp-image-9546\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9545,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/meda.png\" alt=\"\" class=\"wp-image-9545\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9576,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/diplo.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/diplo.png\" alt=\"\" class=\"wp-image-9576\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Condecoración Medalla al Mérito Iberoamericano','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','10016-revision-v1','','','2023-09-19 10:09:45','2023-09-19 15:09:45','',10016,'https://redpsiju.org/?p=10017',0,'revision','',0),(10024,1,'2023-09-19 10:18:07','2023-09-19 15:18:07','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo.\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente de la Asociación Brasileña de Psicología Jurídica\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Docente del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo.&nbsp;</span><a href=\"http://www.abpj.org.br/representantes.php\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente de la Asociación Brasileña de Psicología Jurídica</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del </span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Docente del </span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Miembro del Gabinete de Asesores de la </span><a href=\"https://peru.redpsiju.org/\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN).\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN).</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e(\\u003c/span\\u003e\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022 style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eP\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188);\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. \\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003eJefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología&nbsp;</span></span></span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">(</span><a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" rel=\"noopener\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca Garcilaso de la Vega</span></a><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.&nbsp;</span></span></span><span class=\"style1201\" style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">P</span>residente de la&nbsp;</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188);\"><a href=\"https://www.peru.redpsiju.org/\" style=\"transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. </span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo. Presidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo. Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gjk6106\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: 16px;\\u0022\\u003ePresidenta de la Asociación Científica de Psicología Forense.\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF. Mi\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eembro de la\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: 16px;\">Presidenta de la Asociación Científica de Psicología Forense.</span><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF. Mi</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">embro de la&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga. Presidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga. Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo y\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eCriminólogo\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eIberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo y&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Criminólogo</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente del Instituto&nbsp;</span><a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Iberoamericano de Criminología Aplicada</a><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(España).</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','publish','closed','closed','','directorio','','','2023-09-20 08:03:28','2023-09-20 13:03:28','',0,'https://redpsiju.org/?page_id=10024',0,'page','',0),(10023,1,'2023-09-19 10:16:14','2023-09-19 15:16:14','<section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n<h1>Medalla al Mérito Iberoamericano</h1>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/medallas.png\" alt=\"\" /></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9546,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/resolucion.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/reso.png\" alt=\"\" class=\"wp-image-9546\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9545,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/meda.png\" alt=\"\" class=\"wp-image-9545\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9576,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/diplo.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/diplo.png\" alt=\"\" class=\"wp-image-9576\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Condecoración Institucional','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','10016-revision-v1','','','2023-09-19 10:16:14','2023-09-19 15:16:14','',10016,'https://redpsiju.org/?p=10023',0,'revision','',0),(10019,1,'2023-09-19 10:11:08','2023-09-19 15:11:08','<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n<h1>Medalla al Mérito Iberoamericano</h1>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/medallas.png\" alt=\"\" /></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9546,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/resolucion.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/reso.png\" alt=\"\" class=\"wp-image-9546\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9545,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/meda.png\" alt=\"\" class=\"wp-image-9545\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":9576,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.org/doc/diplo.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.org/wp-content/uploads/2020/03/diplo.png\" alt=\"\" class=\"wp-image-9576\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Condecoración Institucional','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','10016-revision-v1','','','2023-09-19 10:11:08','2023-09-19 15:11:08','',10016,'https://redpsiju.org/?p=10019',0,'revision','',0),(10025,1,'2023-09-19 10:18:07','2023-09-19 15:18:07','<p><!--[CDATA[\n</p--></p>\n\n<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://demo.detheme.com/vastart-digital-startup/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<p>]]&gt;</p>','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:18:07','2023-09-19 15:18:07','',10024,'https://redpsiju.org/?p=10025',0,'revision','',0),(10026,1,'2023-09-19 11:57:01','2023-09-19 15:18:28',' ','','','publish','closed','closed','','10026','','','2023-09-19 11:57:01','2023-09-19 16:57:01','',0,'https://redpsiju.org/?p=10026',3,'nav_menu_item','',0),(10027,1,'2023-09-19 10:38:21','2023-09-19 15:38:21','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jam185\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.<o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Lorem\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"This is the default Tab content. Feel free to delete it.\",\"pagelayer-id\":\"z3i2018\"} -->This is the default Tab content. Feel free to delete it.<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:38:21','2023-09-19 15:38:21','',10024,'https://redpsiju.org/?p=10027',0,'revision','',0),(10029,1,'2023-09-19 10:42:35','2023-09-19 15:42:35','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lxs9074\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"zcv3715\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.<o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Lorem\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"This is the default Tab content. Feel free to delete it.\",\"pagelayer-id\":\"z3i2018\"} -->This is the default Tab content. Feel free to delete it.<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:42:35','2023-09-19 15:42:35','',10024,'https://redpsiju.org/?p=10029',0,'revision','',0),(10028,1,'2023-09-19 10:41:31','2023-09-19 15:41:31','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cbr\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jam185\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><br></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.<o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Lorem\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"This is the default Tab content. Feel free to delete it.\",\"pagelayer-id\":\"z3i2018\"} -->This is the default Tab content. Feel free to delete it.<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:41:31','2023-09-19 15:41:31','',10024,'https://redpsiju.org/?p=10028',0,'revision','',0),(10030,1,'2023-09-19 10:42:48','2023-09-19 15:42:48','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lxs9074\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"zcv3715\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ejo3491\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.<o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Lorem\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"This is the default Tab content. Feel free to delete it.\",\"pagelayer-id\":\"z3i2018\"} -->This is the default Tab content. Feel free to delete it.<!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:42:48','2023-09-19 15:42:48','',10024,'https://redpsiju.org/?p=10030',0,'revision','',0),(10031,1,'2023-09-19 10:47:36','2023-09-19 15:47:36','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lxs9074\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"zcv3715\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:47:36','2023-09-19 15:47:36','',10024,'https://redpsiju.org/?p=10031',0,'revision','',0),(10032,1,'2023-09-19 10:48:00','2023-09-19 15:48:00','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lxs9074\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"zcv3715\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hqh2527\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:48:00','2023-09-19 15:48:00','',10024,'https://redpsiju.org/?p=10032',0,'revision','',0),(10033,1,'2023-09-19 10:53:50','2023-09-19 15:53:50','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lxs9074\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"zcv3715\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hqh2527\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"y8c8870\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:53:50','2023-09-19 15:53:50','',10024,'https://redpsiju.org/?p=10033',0,'revision','',0),(10034,1,'2023-09-19 10:54:08','2023-09-19 15:54:08','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lxs9074\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"zcv3715\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hqh2527\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"nvo6713\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"y8c8870\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:54:08','2023-09-19 15:54:08','',10024,'https://redpsiju.org/?p=10034',0,'revision','',0),(10035,1,'2023-09-19 10:56:05','2023-09-19 15:56:05','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lxs9074\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"zcv3715\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hqh2527\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"nvo6713\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"y8c8870\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"D. Centro América\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"pjd8028\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"vtk3806\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 10:56:05','2023-09-19 15:56:05','',10024,'https://redpsiju.org/?p=10035',0,'revision','',0),(10049,1,'2023-09-19 11:32:18','2023-09-19 16:32:18','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo, Criminólogo,\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIberoamericano de\\nCriminología Aplicada\\u003c/a\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo, Criminólogo,&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia.&nbsp;</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente del Instituto&nbsp;<a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"text-decoration-line: none;\">Iberoamericano de\nCriminología Aplicada</a>&nbsp;(España).</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:32:18','2023-09-19 16:32:18','',10024,'https://redpsiju.org/?p=10049',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (10048,1,'2023-09-19 11:26:39','2023-09-19 16:26:39','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:26:39','2023-09-19 16:26:39','',10024,'https://redpsiju.org/?p=10048',0,'revision','',0),(10047,1,'2023-09-19 11:22:17','2023-09-19 16:22:17','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:22:17','2023-09-19 16:22:17','',10024,'https://redpsiju.org/?p=10047',0,'revision','',0),(10036,1,'2023-09-19 11:08:14','2023-09-19 16:08:14','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lxs9074\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"zcv3715\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hqh2527\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"nvo6713\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"y8c8870\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eCentro América y El Caribe\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Centro América y El Caribe</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:08:14','2023-09-19 16:08:14','',10024,'https://redpsiju.org/?p=10036',0,'revision','',0),(10037,1,'2023-09-19 11:11:12','2023-09-19 16:11:12','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"nvo6713\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"y8c8870\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eCentro América y El Caribe\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Centro América y El Caribe</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:11:12','2023-09-19 16:11:12','',10024,'https://redpsiju.org/?p=10037',0,'revision','',0),(10038,1,'2023-09-19 11:11:31','2023-09-19 16:11:31','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"nvo6713\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"y8c8870\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eCentro América y El Caribe\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Centro América y El Caribe</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:11:31','2023-09-19 16:11:31','',10024,'https://redpsiju.org/?p=10038',0,'revision','',0),(10039,1,'2023-09-19 11:12:26','2023-09-19 16:12:26','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eCentro América y El Caribe\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Centro América y El Caribe</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:12:26','2023-09-19 16:12:26','',10024,'https://redpsiju.org/?p=10039',0,'revision','',0),(10040,1,'2023-09-19 11:12:41','2023-09-19 16:12:41','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"pen3578\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eCentro América y El Caribe\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Centro América y El Caribe</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:12:41','2023-09-19 16:12:41','',10024,'https://redpsiju.org/?p=10040',0,'revision','',0),(10041,1,'2023-09-19 11:13:11','2023-09-19 16:13:11','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eCentro América y El Caribe\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Centro América y El Caribe</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:13:11','2023-09-19 16:13:11','',10024,'https://redpsiju.org/?p=10041',0,'revision','',0),(10042,1,'2023-09-19 11:13:29','2023-09-19 16:13:29','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eCentro América y El Caribe\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Centro América y El Caribe</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:13:29','2023-09-19 16:13:29','',10024,'https://redpsiju.org/?p=10042',0,'revision','',0),(10043,1,'2023-09-19 11:14:27','2023-09-19 16:14:27','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:14:27','2023-09-19 16:14:27','',10024,'https://redpsiju.org/?p=10043',0,'revision','',0),(10044,1,'2023-09-19 11:14:44','2023-09-19 16:14:44','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hoa8862\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:14:44','2023-09-19 16:14:44','',10024,'https://redpsiju.org/?p=10044',0,'revision','',0),(10046,1,'2023-09-19 11:22:01','2023-09-19 16:22:01','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:22:01','2023-09-19 16:22:01','',10024,'https://redpsiju.org/?p=10046',0,'revision','',0),(10045,1,'2023-09-19 11:17:03','2023-09-19 16:17:03','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lae4278\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"juk3461\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"x201620\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bdv9782\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"6oa437\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:17:03','2023-09-19 16:17:03','',10024,'https://redpsiju.org/?p=10045',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (10050,1,'2023-09-19 11:32:39','2023-09-19 16:32:39','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo, Criminólogo,\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIberoamericano de\\nCriminología Aplicada\\u003c/a\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo, Criminólogo,&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia.&nbsp;</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente del Instituto&nbsp;<a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"text-decoration-line: none;\">Iberoamericano de\nCriminología Aplicada</a>&nbsp;(España).</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:32:39','2023-09-19 16:32:39','',10024,'https://redpsiju.org/?p=10050',0,'revision','',0),(10051,1,'2023-09-19 11:34:11','2023-09-19 16:34:11','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo, Criminólogo,\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIberoamericano de\\nCriminología Aplicada\\u003c/a\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo, Criminólogo,&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia.&nbsp;</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente del Instituto&nbsp;<a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"text-decoration-line: none;\">Iberoamericano de\nCriminología Aplicada</a>&nbsp;(España).</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:34:11','2023-09-19 16:34:11','',10024,'https://redpsiju.org/?p=10051',0,'revision','',0),(10052,1,'2023-09-19 11:35:56','2023-09-19 16:35:56','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n<hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:spacer {\"height\":\"46px\"} -->\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de  Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-09-19 11:35:56','2023-09-19 16:35:56','',8942,'https://redpsiju.org/?p=10052',0,'revision','',0),(10056,1,'2023-09-19 11:50:19','2023-09-19 16:50:19','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo, Criminólogo,\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIberoamericano de\\nCriminología Aplicada\\u003c/a\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo, Criminólogo,&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia.&nbsp;</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente del Instituto&nbsp;<a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"text-decoration-line: none;\">Iberoamericano de\nCriminología Aplicada</a>&nbsp;(España).</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:50:19','2023-09-19 16:50:19','',10024,'https://redpsiju.org/?p=10056',0,'revision','',0),(10055,1,'2023-09-19 11:49:01','2023-09-19 16:49:01','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"lg55446\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"kpd638\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"nxj7108\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2a2319\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bk68345\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo, Criminólogo,\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIberoamericano de\\nCriminología Aplicada\\u003c/a\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo, Criminólogo,&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia.&nbsp;</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente del Instituto&nbsp;<a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"text-decoration-line: none;\">Iberoamericano de\nCriminología Aplicada</a>&nbsp;(España).</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[contact-form-7 id=\\u002246\\u0022 title=\\u0022Formulario de contacto 1\\u0022]\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"xmk1136\"} --><p style=\"text-align: center;\">[contact-form-7 id=\"46\" title=\"Formulario de contacto 1\"]<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-19 11:49:01','2023-09-19 16:49:01','',10024,'https://redpsiju.org/?p=10055',0,'revision','',0),(10057,1,'2023-09-19 11:51:40','2023-09-19 16:51:40','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contacto\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 11:51:40\",\"post_author\":\"1\",\"post_name\":\"contacto\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"bxu6408\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"hpl7588\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"pagelayer-id\":\"tut2061\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eFormulario Psi\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"u6s579\"} --><h2>Formulario Psi</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"em35594\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"35.30\",\"pagelayer-id\":\"jt11202\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9070,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"jeb1934\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"64.70\",\"pagelayer-id\":\"3yv7423\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"iwp2220\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"dqz8654\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e[contact-form-7 id=\\u002246\\u0022 title=\\u0022Formulario de contacto 1\\u0022]\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"grg7658\"} --><p><span style=\"font-size:medium;\">[contact-form-7 id=\"46\" title=\"Formulario de contacto 1\"]</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Contacto','\n				<![CDATA[]]>		','publish','closed','closed','','contacto','','','2023-09-19 11:59:29','2023-09-19 16:59:29','',0,'https://redpsiju.org/?page_id=10057',0,'page','',0),(10058,1,'2023-09-19 11:51:40','2023-09-19 16:51:40','<p><!--[CDATA[\n</p--></p>\n\n<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://demo.detheme.com/vastart-digital-startup/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<p>]]&gt;</p>','Contacto','\n				<![CDATA[]]>		','inherit','closed','closed','','10057-revision-v1','','','2023-09-19 11:51:40','2023-09-19 16:51:40','',10057,'https://redpsiju.org/?p=10058',0,'revision','',0),(10059,1,'2023-09-19 11:55:59','2023-09-19 16:55:59','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contacto\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 11:51:40\",\"post_author\":\"1\",\"post_name\":\"contacto\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"bxu6408\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"hpl7588\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"pagelayer-id\":\"tut2061\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eFormulario Psi\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"u6s579\"} --><h2>Formulario Psi</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"em35594\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"35.30\",\"pagelayer-id\":\"jt11202\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9070,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"jeb1934\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"64.70\",\"pagelayer-id\":\"3yv7423\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e[contact-form-7 id=\\u002246\\u0022 title=\\u0022Formulario de contacto 1\\u0022]\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"grg7658\"} --><p>[contact-form-7 id=\"46\" title=\"Formulario de contacto 1\"]<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Contacto','\n				<![CDATA[]]>		','inherit','closed','closed','','10057-revision-v1','','','2023-09-19 11:55:59','2023-09-19 16:55:59','',10057,'https://redpsiju.org/?p=10059',0,'revision','',0),(10060,1,'2023-09-19 11:56:14','2023-09-19 16:56:14','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contacto\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 11:51:40\",\"post_author\":\"1\",\"post_name\":\"contacto\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"bxu6408\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"hpl7588\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"pagelayer-id\":\"tut2061\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eFormulario Psi\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"u6s579\"} --><h2>Formulario Psi</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"em35594\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"35.30\",\"pagelayer-id\":\"jt11202\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9070,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"jeb1934\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"64.70\",\"pagelayer-id\":\"3yv7423\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e[contact-form-7 id=\\u002246\\u0022 title=\\u0022Formulario de contacto 1\\u0022]\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"grg7658\"} --><p><span style=\"font-size:medium;\">[contact-form-7 id=\"46\" title=\"Formulario de contacto 1\"]</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Contacto','\n				<![CDATA[]]>		','inherit','closed','closed','','10057-revision-v1','','','2023-09-19 11:56:14','2023-09-19 16:56:14','',10057,'https://redpsiju.org/?p=10060',0,'revision','',0),(10061,1,'2023-09-19 11:57:01','2023-09-19 16:57:01',' ','','','publish','closed','closed','','10061','','','2023-09-19 11:57:01','2023-09-19 16:57:01','',0,'https://redpsiju.org/?p=10061',8,'nav_menu_item','',0),(10062,1,'2023-09-19 11:58:00','2023-09-19 16:58:00','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contacto\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 11:51:40\",\"post_author\":\"1\",\"post_name\":\"contacto\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"bxu6408\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"hpl7588\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"pagelayer-id\":\"tut2061\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eFormulario Psi\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"u6s579\"} --><h2>Formulario Psi</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"em35594\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"35.30\",\"pagelayer-id\":\"jt11202\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9070,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"jeb1934\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"64.70\",\"pagelayer-id\":\"3yv7423\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"g9p8540\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"dqz8654\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e[contact-form-7 id=\\u002246\\u0022 title=\\u0022Formulario de contacto 1\\u0022]\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"grg7658\"} --><p><span style=\"font-size:medium;\">[contact-form-7 id=\"46\" title=\"Formulario de contacto 1\"]</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Contacto','\n				<![CDATA[]]>		','inherit','closed','closed','','10057-revision-v1','','','2023-09-19 11:58:00','2023-09-19 16:58:00','',10057,'https://redpsiju.org/?p=10062',0,'revision','',0),(10064,1,'2023-09-19 11:58:32','2023-09-19 16:58:32','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contacto\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 11:51:40\",\"post_author\":\"1\",\"post_name\":\"contacto\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"bxu6408\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"hpl7588\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"pagelayer-id\":\"tut2061\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eFormulario Psi\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"u6s579\"} --><h2>Formulario Psi</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"em35594\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"35.30\",\"pagelayer-id\":\"jt11202\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9070,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"jeb1934\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"64.70\",\"pagelayer-id\":\"3yv7423\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"iwp2220\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"dqz8654\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e[contact-form-7 id=\\u002246\\u0022 title=\\u0022Formulario de contacto 1\\u0022]\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"grg7658\"} --><p><span style=\"font-size:medium;\">[contact-form-7 id=\"46\" title=\"Formulario de contacto 1\"]</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Contacto','\n				<![CDATA[]]>		','inherit','closed','closed','','10057-revision-v1','','','2023-09-19 11:58:32','2023-09-19 16:58:32','',10057,'https://redpsiju.org/?p=10064',0,'revision','',0),(10063,1,'2023-09-19 11:58:16','2023-09-19 16:58:16','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contacto\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 11:51:40\",\"post_author\":\"1\",\"post_name\":\"contacto\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"bxu6408\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"hpl7588\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"pagelayer-id\":\"tut2061\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eFormulario Psi\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"u6s579\"} --><h2>Formulario Psi</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"em35594\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"35.30\",\"pagelayer-id\":\"jt11202\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9070,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"jeb1934\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"64.70\",\"pagelayer-id\":\"3yv7423\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"g9p8540\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"iwp2220\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"dqz8654\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e[contact-form-7 id=\\u002246\\u0022 title=\\u0022Formulario de contacto 1\\u0022]\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"grg7658\"} --><p><span style=\"font-size:medium;\">[contact-form-7 id=\"46\" title=\"Formulario de contacto 1\"]</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Contacto','\n				<![CDATA[]]>		','inherit','closed','closed','','10057-revision-v1','','','2023-09-19 11:58:16','2023-09-19 16:58:16','',10057,'https://redpsiju.org/?p=10063',0,'revision','',0),(10065,1,'2023-09-20 07:50:28','2023-09-20 12:50:28','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lsv6540\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"47.75\",\"pagelayer-id\":\"vo14870\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"right\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"eqe8962\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"52.25\",\"pagelayer-id\":\"xvc3581\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"dw77064\"} /-->\n<!-- wp:pagelayer/pl_image {\"id\":9862,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"aod7930\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo. Miembro del \\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e (EscuelaPsi). Docente del \\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo. Miembro del <a href=\"http://escuelapsi.org/index.php/home/dircorporativo\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a> (EscuelaPsi). Docente del <a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a> (EscuelaPsi). Miembro del Gabinete de Asesores de la <a href=\"https://peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a>.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN). \\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022\\u003ePresidente de la Asociación Brasileña\\nde Psicología Jurídica\\u003c/a\\u003e.\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN). <a href=\"http://www.abpj.org.br/representantes.php\">Presidente de la Asociación Brasileña\nde Psicología Jurídica</a>.</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca\\nGarcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e). Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. P\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana\\nde Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e,\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Jefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología (<a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca\nGarcilaso de la Vega</span></a>). Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. P</span>residente de la&nbsp;</span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana\nde Psicología Jurídica y Forense</a></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">,<span class=\"style1201\">&nbsp;Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\"></span></span><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga,\\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\\nForense. Directora Científica de la ALPJF. Perito Forense.\\u0026nbsp;\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga,\negresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Presidenta de la Asociación Científica de Psicología\nForense. Directora Científica de la ALPJF. Perito Forense.&nbsp;<o:p></o:p></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo, Criminólogo,\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIberoamericano de\\nCriminología Aplicada\\u003c/a\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo, Criminólogo,&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia.&nbsp;</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Presidente del Instituto&nbsp;<a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"text-decoration-line: none;\">Iberoamericano de\nCriminología Aplicada</a>&nbsp;(España).</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-20 07:50:28','2023-09-20 12:50:28','',10024,'https://redpsiju.org/?p=10065',0,'revision','',0),(10072,1,'2023-09-20 08:03:28','2023-09-20 13:03:28','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo.\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente de la Asociación Brasileña de Psicología Jurídica\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Docente del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo.&nbsp;</span><a href=\"http://www.abpj.org.br/representantes.php\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente de la Asociación Brasileña de Psicología Jurídica</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del </span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Docente del </span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Miembro del Gabinete de Asesores de la </span><a href=\"https://peru.redpsiju.org/\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN).\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN).</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e(\\u003c/span\\u003e\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022 style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eP\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188);\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. \\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003eJefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología&nbsp;</span></span></span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">(</span><a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" rel=\"noopener\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca Garcilaso de la Vega</span></a><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.&nbsp;</span></span></span><span class=\"style1201\" style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">P</span>residente de la&nbsp;</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188);\"><a href=\"https://www.peru.redpsiju.org/\" style=\"transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. </span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo. Presidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo. Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gjk6106\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: 16px;\\u0022\\u003ePresidenta de la Asociación Científica de Psicología Forense.\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF. Mi\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eembro de la\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: 16px;\">Presidenta de la Asociación Científica de Psicología Forense.</span><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF. Mi</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">embro de la&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga. Presidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga. Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo y\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eCriminólogo\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eIberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo y&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Criminólogo</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente del Instituto&nbsp;</span><a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Iberoamericano de Criminología Aplicada</a><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(España).</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-20 08:03:28','2023-09-20 13:03:28','',10024,'https://redpsiju.org/?p=10072',0,'revision','',0),(10066,1,'2023-09-20 07:58:50','2023-09-20 12:58:50','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo.\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente de la Asociación Brasileña de Psicología Jurídica\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Docente del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo.&nbsp;</span><a href=\"http://www.abpj.org.br/representantes.php\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente de la Asociación Brasileña de Psicología Jurídica</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del </span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Docente del </span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Miembro del Gabinete de Asesores de la </span><a href=\"https://peru.redpsiju.org/\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN).\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN).</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e(\\u003c/span\\u003e\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022 style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eP\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188);\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. \\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003eJefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología&nbsp;</span></span></span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">(</span><a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" rel=\"noopener\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca Garcilaso de la Vega</span></a><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.&nbsp;</span></span></span><span class=\"style1201\" style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">P</span>residente de la&nbsp;</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188);\"><a href=\"https://www.peru.redpsiju.org/\" style=\"transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. </span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo. Presidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo. Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: 16px;\\u0022\\u003ePresidenta de la Asociación Científica de Psicología Forense.\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: 16px;\">Presidenta de la Asociación Científica de Psicología Forense.</span><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.&nbsp;</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga. Presidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga. Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo y\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eCriminólogo\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eIberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo y&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Criminólogo</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente del Instituto&nbsp;</span><a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Iberoamericano de Criminología Aplicada</a><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(España).</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-20 07:58:50','2023-09-20 12:58:50','',10024,'https://redpsiju.org/?p=10066',0,'revision','',0),(10067,1,'2023-09-20 08:00:12','2023-09-20 13:00:12','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo.\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente de la Asociación Brasileña de Psicología Jurídica\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Docente del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo.&nbsp;</span><a href=\"http://www.abpj.org.br/representantes.php\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente de la Asociación Brasileña de Psicología Jurídica</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del </span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Docente del </span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Miembro del Gabinete de Asesores de la </span><a href=\"https://peru.redpsiju.org/\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN).\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN).</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e(\\u003c/span\\u003e\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022 style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eP\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188);\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. \\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003eJefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología&nbsp;</span></span></span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">(</span><a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" rel=\"noopener\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca Garcilaso de la Vega</span></a><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.&nbsp;</span></span></span><span class=\"style1201\" style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">P</span>residente de la&nbsp;</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188);\"><a href=\"https://www.peru.redpsiju.org/\" style=\"transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. </span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo. Presidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo. Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: 16px;\\u0022\\u003ePresidenta de la Asociación Científica de Psicología Forense.\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: 16px;\">Presidenta de la Asociación Científica de Psicología Forense.</span><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.&nbsp;</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga. Presidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga. Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo y\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eCriminólogo\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eIberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo y&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Criminólogo</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente del Instituto&nbsp;</span><a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Iberoamericano de Criminología Aplicada</a><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(España).</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-20 08:00:12','2023-09-20 13:00:12','',10024,'https://redpsiju.org/?p=10067',0,'revision','',0),(10069,1,'2023-09-20 08:01:13','2023-09-20 13:01:13','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo.\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente de la Asociación Brasileña de Psicología Jurídica\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Docente del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo.&nbsp;</span><a href=\"http://www.abpj.org.br/representantes.php\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente de la Asociación Brasileña de Psicología Jurídica</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del </span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Docente del </span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Miembro del Gabinete de Asesores de la </span><a href=\"https://peru.redpsiju.org/\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN).\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN).</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e(\\u003c/span\\u003e\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022 style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eP\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188);\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. \\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003eJefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología&nbsp;</span></span></span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">(</span><a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" rel=\"noopener\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca Garcilaso de la Vega</span></a><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.&nbsp;</span></span></span><span class=\"style1201\" style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">P</span>residente de la&nbsp;</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188);\"><a href=\"https://www.peru.redpsiju.org/\" style=\"transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. </span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo. Presidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo. Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: 16px;\\u0022\\u003ePresidenta de la Asociación Científica de Psicología Forense.\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: 16px;\">Presidenta de la Asociación Científica de Psicología Forense.</span><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.&nbsp;</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga. Presidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga. Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo y\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eCriminólogo\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eIberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo y&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Criminólogo</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente del Instituto&nbsp;</span><a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Iberoamericano de Criminología Aplicada</a><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(España).</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-20 08:01:13','2023-09-20 13:01:13','',10024,'https://redpsiju.org/?p=10069',0,'revision','',0),(10068,1,'2023-09-20 08:00:52','2023-09-20 13:00:52','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo.\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente de la Asociación Brasileña de Psicología Jurídica\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Docente del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo.&nbsp;</span><a href=\"http://www.abpj.org.br/representantes.php\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente de la Asociación Brasileña de Psicología Jurídica</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del </span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Docente del </span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Miembro del Gabinete de Asesores de la </span><a href=\"https://peru.redpsiju.org/\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN).\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN).</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e(\\u003c/span\\u003e\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022 style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eP\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188);\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. \\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003eJefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología&nbsp;</span></span></span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">(</span><a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" rel=\"noopener\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca Garcilaso de la Vega</span></a><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.&nbsp;</span></span></span><span class=\"style1201\" style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">P</span>residente de la&nbsp;</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188);\"><a href=\"https://www.peru.redpsiju.org/\" style=\"transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. </span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo. Presidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo. Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: 16px;\\u0022\\u003ePresidenta de la Asociación Científica de Psicología Forense.\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: 16px;\">Presidenta de la Asociación Científica de Psicología Forense.</span><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.&nbsp;</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fkf8282\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga. Presidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga. Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo y\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eCriminólogo\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eIberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo y&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Criminólogo</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente del Instituto&nbsp;</span><a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Iberoamericano de Criminología Aplicada</a><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(España).</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-20 08:00:52','2023-09-20 13:00:52','',10024,'https://redpsiju.org/?p=10068',0,'revision','',0),(10071,1,'2023-09-20 08:02:07','2023-09-20 13:02:07','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo.\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente de la Asociación Brasileña de Psicología Jurídica\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Docente del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo.&nbsp;</span><a href=\"http://www.abpj.org.br/representantes.php\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente de la Asociación Brasileña de Psicología Jurídica</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del </span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Docente del </span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Miembro del Gabinete de Asesores de la </span><a href=\"https://peru.redpsiju.org/\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN).\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN).</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e(\\u003c/span\\u003e\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022 style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eP\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188);\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. \\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003eJefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología&nbsp;</span></span></span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">(</span><a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" rel=\"noopener\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca Garcilaso de la Vega</span></a><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.&nbsp;</span></span></span><span class=\"style1201\" style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">P</span>residente de la&nbsp;</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188);\"><a href=\"https://www.peru.redpsiju.org/\" style=\"transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. </span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo. Presidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo. Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gjk6106\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: 16px;\\u0022\\u003ePresidenta de la Asociación Científica de Psicología Forense.\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: 16px;\">Presidenta de la Asociación Científica de Psicología Forense.</span><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.&nbsp;</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga. Presidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga. Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo y\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eCriminólogo\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eIberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo y&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Criminólogo</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente del Instituto&nbsp;</span><a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Iberoamericano de Criminología Aplicada</a><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(España).</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-20 08:02:07','2023-09-20 13:02:07','',10024,'https://redpsiju.org/?p=10071',0,'revision','',0),(10070,1,'2023-09-20 08:01:41','2023-09-20 13:01:41','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Directorio\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:18:07\",\"post_author\":\"1\",\"post_name\":\"directorio\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"k4r1079\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"40s3852\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lhw5114\"} -->\n<!-- wp:pagelayer/pl_tabs {\"tabs_holder_bg_color\":\"#f1f1f1\",\"tabs_border_type\":\"solid\",\"tabs_holder_align\":\"left\",\"tabs_color\":\"#444\",\"tabs_bg_color\":\"#f1f1f1\",\"tabs_active_color\":\"#fff\",\"tabs_active_bg_color\":\"#0986c0\",\"tabs_icon_align\":\"left\",\"tabs_icon_spacing\":10,\"tabs_content_color\":\"#000000\",\"tabs_content_bg_color\":\"#fff\",\"tab_padding\":15,\"tabs_border_color\":\"#cccccc\",\"tabs_holder_border_width\":\"1,1,0,1\",\"tabs_holder_border_radius\":\"1,1,0,1\",\"tabs_content_border_width\":\"1,1,1,1\",\"pagelayer-id\":\"gzt2681\"} -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Presidente ProTempore\",\"pagelayer-id\":\"ilp6725\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ztw1347\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"dtp7936\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"7xc6937\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"6nu8735\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"max-width\":100,\"pagelayer-id\":\"htq9802\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"kdb7805\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"k6v7946\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"hes9757\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJoao Carlos Alchieri (Brasil\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vyf1054\"} --><h2>Joao Carlos Alchieri (Brasil</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicólogo.\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente de la Asociación Brasileña de Psicología Jurídica\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDirectorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Docente del \\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e (EscuelaPsi). Miembro del Gabinete de Asesores de la \\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"z3p1597\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicólogo.&nbsp;</span><a href=\"http://www.abpj.org.br/representantes.php\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente de la Asociación Brasileña de Psicología Jurídica</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del </span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Directorio Internacional Corporativo de la Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Docente del </span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"> (EscuelaPsi). Miembro del Gabinete de Asesores de la </span><a href=\"https://peru.redpsiju.org/\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 10.5pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003eMaestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\\nCiencia y Tecnología e Innovación (UFRN).\\u003c/span\\u003e\\u003co:p\\u003e\\u003c/o:p\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"lnq6339\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 10.5pt; font-family: &quot;PT Sans&quot;, sans-serif;\"><span style=\"font-size:medium;\">Maestría (PUC RS 1992). Doctor (UFRGS 2004). Becario de productividad (CNPq\n2006 a 2018). Postdoctorado (UnB 2010; UFPB 2014; INBNEURO 2015). Catedrático\nde la Universidad Federal de Rio Grande do Norte - Programa de Posgrado en\nCiencia y Tecnología e Innovación (UFRN).</span><o:p></o:p></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Secretario General\",\"pagelayer-id\":\"baa7320\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"fkd8687\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ooo3099\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"dux9545\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"b0u9379\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"vvy1086\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"6ic4739\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fcu9858\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"rtn2335\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJohn Charles Torres Vásquez (Perú)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"7px4078\"} --><h2>John Charles Torres Vásquez (Perú)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eLicenciado en Psicología\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e(\\u003c/span\\u003e\\u003ca href=\\u0022https://www.uigv.edu.pe/filial-chincha-psicologia/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eUniversidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022 style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003eP\\u003c/span\\u003eresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188);\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Egresado de la Maestría en Psicología (\\u003ca href=\\u0022https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eEscuela de Post\\nGrado de la Universidad Inca Garcilaso de la Vega\\u003c/span\\u003e\\u003c/a\\u003e)\\u0026nbsp;(1991-1993). Director General de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/home/dircorporativo\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi).\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. \\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003eJefe del área de\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\\u0022\\u003eServicios\\nPericiales\\u003c/a\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;y, Fundador de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e.\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u0026nbsp;Asimismo es Presidente del Consejo Directivo del\\u0026nbsp;\\u003ca href=\\u0022http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022color: rgb(0, 114, 188); text-decoration-line: none;\\u0022\\u003eInstituto\\nPeruano de Investigación de Familia y Población\\u003c/span\\u003e\\u003c/a\\u003e\\u0026nbsp;(IPIFAP). Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yga7765\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"></span></span><span style=\"font-size:medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Licenciado en Psicología&nbsp;</span></span></span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">(</span><a href=\"https://www.uigv.edu.pe/filial-chincha-psicologia/\" target=\"_blank\" rel=\"noopener\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Universidad Inca Garcilaso de la Vega</span></a><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.&nbsp;</span></span></span><span class=\"style1201\" style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">P</span>residente de la&nbsp;</span><span style=\"background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: medium; transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188);\"><a href=\"https://www.peru.redpsiju.org/\" style=\"transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a></span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Egresado de la Maestría en Psicología (<a href=\"https://www.uigv.edu.pe/escuela-de-posgrado/?page_id=952\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Escuela de Post\nGrado de la Universidad Inca Garcilaso de la Vega</span></a>)&nbsp;(1991-1993). Director General de la&nbsp;</span></span></span><a href=\"http://escuelapsi.org/index.php/home/dircorporativo\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Escuela de Perfeccionamiento Superior Inclusiva</a><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;(EscuelaPsi).&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. </span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">Jefe del área de&nbsp;</span></span><span style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://www.peru.redpsiju.org/index.php/lineas-de-accion/13-lineas-de-accion/10-servicios-periciales\">Servicios\nPericiales</a></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;y, Fundador de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">.<span class=\"style1201\">&nbsp;Asimismo es Presidente del Consejo Directivo del&nbsp;<a href=\"http://www.ipifap.org/index.php/2013-04-08-10-35-26/n1/organizacion\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"color: rgb(0, 114, 188); text-decoration-line: none;\">Instituto\nPeruano de Investigación de Familia y Población</span></a>&nbsp;(IPIFAP). Perito Forense y, Conferencista.</span></span></span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 1\",\"pagelayer-id\":\"muc8721\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"04q7164\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"zfj6005\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"kps1031\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"gmr7064\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9oq952\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"y3g372\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"qik9646\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"bmk6238\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"fne6338\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para Centro América y El Caribe\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"pvo3597\"} --><h5>Director Territorial para Centro América y El Caribe</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eJorge Williams Aguilar Espinoza (México)\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"euo4445\"} --><h3>Jorge Williams Aguilar Espinoza (México)</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo. Presidente\\ndel\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eIlustre Colegio de\\nPsicólogos Jurídicos de México AC\\u003c/a\\u003e.\\u003cu1:p\\u003e\\u003c/u1:p\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo.\\u0026nbsp;Doctor\\npor la Universidad de México.\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es\\nmiembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none;\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"bgh7845\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo. Presidente\ndel&nbsp;&nbsp;<a href=\"https://web.facebook.com/ICPJM\" style=\"text-decoration-line: none;\">Ilustre Colegio de\nPsicólogos Jurídicos de México AC</a>.<u1:p></u1:p></span><span style=\"font-family: var(--sp-font-sans-serif);\">\n</span><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo.&nbsp;Doctor\npor la Universidad de México.&nbsp;Docente de Educación Superior.&nbsp;Es\nmiembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none;\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 2\",\"pagelayer-id\":\"vhq7306\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"sp01932\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"ob01853\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"key1361\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"hhl6743\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9975,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"7j09294\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"whp2296\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"goe8020\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gjk6106\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para la Región Andina\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"1ka6487\"} --><h5>Directora Territorial para la Región Andina</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eGiomar Bejarano Gerke (Bolivia)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"s7o6768\"} --><h2>Giomar Bejarano Gerke (Bolivia)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePsicóloga.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: 16px;\\u0022\\u003ePresidenta de la Asociación Científica de Psicología Forense.\\u003c/span\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003eEs miembro de la\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eRed Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/a\\u003e. D\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"epr5723\"} --><p class=\"MsoNormal\" style=\"margin-bottom: 7.5pt; text-align: justify; line-height: normal; font-size: large; font-family: Arial;\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">Psicóloga.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: 16px;\">Presidenta de la Asociación Científica de Psicología Forense.</span><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;Egresada de la Universidad Konstanz (Alemania). Con estudios de Maestría en el Área Forense. Es docente universitaria de Pre y Post Grado. Directora Científica de la ALPJF.&nbsp;</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span lang=\"ES-EC\" style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Es miembro de la&nbsp;&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</a>. D</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">ocente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Directora 3\",\"pagelayer-id\":\"gez4524\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"lqg4332\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"a2l3558\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"ivk8379\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"sea2996\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zcn7448\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"uzj4964\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"ihd7892\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"gey6893\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirectora Territorial para el MERCOSUR\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ttw3309\"} --><h5>Directora Territorial para el MERCOSUR</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eAdriana Savio Corvino (Uruguay)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qxz4447\"} --><h2>Adriana Savio Corvino (Uruguay)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga. Presidenta del\\u0026nbsp;\\u003ca href=\\u0022https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY\\u002d\\u002d-I.C.P.F.U\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eInstituto de Criminología y Psicología Forense del Uruguay\\u003c/span\\u003e\\u003c/a\\u003e.\\n\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: 12pt; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicóloga y\\nMg.\\u0026nbsp;en Psicología Forense por la Universidad de la República\\n(Uruguay).\\u0026nbsp;Docente de Educación Superior.\\u0026nbsp;Es miembro de\\nla\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022\\u003e\\u003cspan style=\\u0022color:blue\\u0022\\u003eRed\\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan style=\\u0022font-size:medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;Perito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"und6067\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga. Presidenta del&nbsp;<a href=\"https://www.schoolandcollegelistings.com/UY/Montevideo/260251883985336/INSTITUTO-DE-PSICOLOGIA-FORENSE-DEL-URUGUAY---I.C.P.F.U\"><span style=\"color:blue\">Instituto de Criminología y Psicología Forense del Uruguay</span></a>.\n</span><span lang=\"ES-EC\" style=\"font-size: 12pt; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicóloga y\nMg.&nbsp;en Psicología Forense por la Universidad de la República\n(Uruguay).&nbsp;Docente de Educación Superior.&nbsp;Es miembro de\nla&nbsp;&nbsp;<a href=\"http://www.redpsiju.org/\"><span style=\"color:blue\">Red\nIberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></a>.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(EscuelaPsi)</span><span style=\"font-size:medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- wp:pagelayer/pl_tab {\"title\":\"Director 4\",\"pagelayer-id\":\"s6j6248\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"i0b6839\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":12,\"pagelayer-id\":\"d141550\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"rmu5251\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"29.44\",\"pagelayer-id\":\"idl1335\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"8bq3386\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col_width\":\"70.56\",\"pagelayer-id\":\"lec1051\"} -->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"uuj7315\"} /-->\n<!-- wp:pagelayer/pl_space {\"height\":\"10px\",\"pagelayer-id\":\"wgh3293\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch5\\u003eDirector Territorial para la Región Ibérica (UE España)\\u003c/h5\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"cqc9000\"} --><h5>Director Territorial para la Región Ibérica (UE España)</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eJosé Luis Alba Robles (España)\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfc7059\"} --><h2>José Luis Alba Robles (España)</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp class=\\u0022MsoNormal\\u0022 style=\\u0022margin-bottom:0cm;text-align:justify;line-height:\\nnormal\\u0022\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003ePsicólogo y\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eCriminólogo\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePresidente del Instituto\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eIberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022color: rgb(33, 33, 33); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e\\u0026nbsp;(España).\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-size: medium; font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e\\u0026nbsp;Magíster y\\u0026nbsp;Doctor\\u0026nbsp;por la Univer\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003es\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003ei\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003edad\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u0026nbsp;de Valencia\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif); font-size: medium;\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: var(\\u002d\\u002dsp-font-sans-serif);\\u0022\\u003e\\u0026nbsp;Docente de Educación Superior\\u003c/span\\u003e\\u003cspan lang=\\u0022ES-EC\\u0022 style=\\u0022font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003eDocente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003ePrograma de Especialización en Psicología Jurídica, Criminológica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif;\\u0022\\u003e\\u0026nbsp;(EscuelaPsi)\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e. Miembro\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u0026nbsp;de la\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003ca href=\\u0022http://www.redpsiju.org/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022transition: color 400ms ease 0s, background-color 400ms ease 0s;\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\\u0022\\u003eRed Iberoamericana\\nde Asociaciones Nacionales de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\u0022\\u003e\\u003cspan class=\\u0022style1201\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003c/span\\u003e\\u003c/span\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eMiembro del Gabinete de Asesores de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca href=\\u0022https://peru.redpsiju.org/\\u0022 style=\\u0022transition: var(\\u002d\\u002dsp-transition); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cspan style=\\u0022font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003e.\\u0026nbsp;\\u003c/span\\u003e\\u003cspan style=\\u0022color: rgb(48, 48, 48); font-family: \\u0026quot;PT Sans\\u0026quot;, sans-serif; font-size: medium;\\u0022\\u003ePerito Forense y, Conferencista.\\u003c/span\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"jka794\"} --><p class=\"MsoNormal\" style=\"margin-bottom:0cm;text-align:justify;line-height:\nnormal\"><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">Psicólogo y&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Criminólogo</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Presidente del Instituto&nbsp;</span><a href=\"https://ibercrimainternacional.wordpress.com/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Iberoamericano de Criminología Aplicada</a><span style=\"color: rgb(33, 33, 33); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">&nbsp;(España).</span><span lang=\"ES-EC\" style=\"font-size: medium; font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">&nbsp;Magíster y&nbsp;Doctor&nbsp;por la Univer</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">s</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">i</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">dad</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\">&nbsp;de Valencia</span><span style=\"font-family: var(--sp-font-sans-serif); font-size: medium;\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(33, 33, 33);\">.</span><span style=\"font-family: var(--sp-font-sans-serif);\">&nbsp;Docente de Educación Superior</span><span lang=\"ES-EC\" style=\"font-family: Calibri, sans-serif; color: rgb(33, 33, 33);\">.&nbsp;</span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">Docente del&nbsp;</span><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif;\">Programa de Especialización en Psicología Jurídica, Criminológica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif;\">&nbsp;(EscuelaPsi)</span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">. Miembro</span></span><span class=\"style1201\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">&nbsp;de la&nbsp;</span></span><a href=\"http://www.redpsiju.org/\" target=\"_blank\" style=\"transition: color 400ms ease 0s, background-color 400ms ease 0s;\" rel=\"noopener\"><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(0, 114, 188); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; text-decoration-line: none;\">Red Iberoamericana\nde Asociaciones Nacionales de Psicología Jurídica y Forense</span></a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; color: rgb(48, 48, 48); background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><span class=\"style1201\">.&nbsp;</span></span></span><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Miembro del Gabinete de Asesores de la&nbsp;</span><a href=\"https://peru.redpsiju.org/\" style=\"transition: var(--sp-transition); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Asociación Peruana de Psicología Jurídica y Forense</a><span style=\"font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">.&nbsp;</span><span style=\"color: rgb(48, 48, 48); font-family: &quot;PT Sans&quot;, sans-serif; font-size: medium;\">Perito Forense y, Conferencista.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_tab -->\n<!-- /wp:pagelayer/pl_tabs -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Directorio','\n				<![CDATA[]]>		','inherit','closed','closed','','10024-revision-v1','','','2023-09-20 08:01:41','2023-09-20 13:01:41','',10024,'https://redpsiju.org/?p=10070',0,'revision','',0),(10074,1,'2023-10-20 07:52:44','2023-10-20 12:52:44','','logo','avril caption','inherit','open','closed','','logo-2','','','2023-10-20 07:52:44','2023-10-20 12:52:44','',0,'https://redpsiju.org/logo-2/',0,'attachment','image/png',0),(10083,1,'2023-10-20 08:30:21','2023-10-20 13:30:21','<p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" />Red Iberoamericana de Asociaciones Nacionales de Psicología Jurídica y Forense</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Construyendo capacidades institucionales para la articulación e integración gremial intercontinental en Psicología Jurídica como aporte a los Sistemas de Justicia Reformados.</p>\n</div>\n<div class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>       <a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</div>\n</div>\n</div>\n<div class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n<hr />\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<div class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<div class=\"kc_wrapper kc-col-inner-container\">\n<div class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n<!-- wp:spacer {\"height\":\"46px\"} -->\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p>\n<!-- /wp:paragraph -->','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-10-20 08:30:21','2023-10-20 13:30:21','',8942,'https://redpsiju.org/?p=10083',0,'revision','',0),(10085,1,'2023-10-20 08:38:34','2023-10-20 13:38:34','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Inicio\",\"post_status\":\"publish\",\"post_date\":\"2019-06-18 05:13:25\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"luc1733\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"ubw6393\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"e5a1718\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 2.44em; font-weight: 600;\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 class=\\u0022alignleft size-medium wp-image-9070\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\\u0022 alt=\\u0022\\u0022 width=\\u0022254\\u0022 height=\\u0022300\\u0022 srcset=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\\u0022 sizes=\\u0022(max-width: 254px) 100vw, 254px\\u0022\\u003ePlataforma de Articulación Gremial\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3997242 kc_row banner_top\\u0022 data-kc-fullheight=\\u0022middle-content\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-242216 kc_text_block\\u0022\\u003e\\n\\u003cp\\u003eFundada en el año 2012, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-1512593 kc_text_block\\u0022\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022kc_button primary\\u0022 href=\\u0022http://www.redpsiju.org/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003eActa Fundacional y Estatuto\\u003c/a\\u003e\\u0026nbsp; \\u0026nbsp; \\u0026nbsp; \\u0026nbsp;\\u003ca class=\\u0022kc_button secondary\\u0022 style=\\u0022font-style: inherit;\\u0022 href=\\u0022http://www.redpsiju.org/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003ePlan Estratégico Institucional\\u003c/a\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-314696 kc_shortcode kc_single_image\\u0022\\u003e\\n\\u003chr\\u003e\\n\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.95em; font-weight: 600;\\u0022\\u003eAsambleas de Directorio\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3071121 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-3541932 kc_row kc_row_inner\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-row-action=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-394305 kc_text_block\\u0022\\u003e\\n\\u003cp\\u003eEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003e. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \\u0022\\u003ca href=\\u0022https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eEl Niño en América Latina y el Caribe\\u003c/a\\u003e\\u0022, se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003chr\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/section\\u003e\\n\\n\\n\\u003cdiv style=\\u0022height:46px\\u0022 aria-hidden=\\u0022true\\u0022 class=\\u0022wp-block-spacer\\u0022\\u003e\\u003c/div\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading has-text-align-center\\u0022\\u003ePresentación Institucional\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp\\u003eLa RedPsiJu, representa un proceso de articulación e integración de\\u0026nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la \\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e (APPJF), entidad con personería jurídica, \\u003cstrong\\u003ecreada en enero del 2011\\u003c/strong\\u003e e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eLa alianza programática con la\\u0026nbsp;\\u003ca href=\\u0022http://www.escuelapsi.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.\\u0026nbsp;\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eLa institucionalización de la\\u003cstrong\\u003e\\u0026nbsp;\\u003ca href=\\u0022https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\\u0022\\u003eCondecoración al Mérito Iberoamericano\\u003c/a\\u003e «Integración Inter Continental PsiJurídica»\\u003c/strong\\u003e, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\\u003c/p\\u003e\",\"pagelayer-id\":\"9ny1502\"} --><p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img decoding=\"async\" fetchpriority=\"high\" class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" srcset=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\" sizes=\"(max-width: 254px) 100vw, 254px\">Plataforma de Articulación Gremial</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n<p class=\"kc-wrap-columns\">\n<p class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<p class=\"kc-col-container\">\n<p class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Fundada en el año 2012, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.</p>\n</p>\n<p class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</p>\n</p>\n</p>\n<p class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<p class=\"kc-col-container\">\n<p class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n<hr>\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n<p class=\"kc-wrap-columns\">\n<p class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<p class=\"kc-col-container\">\n<p class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<p class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<p class=\"kc_wrapper kc-col-inner-container\">\n<p class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr></p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</section>\n\n\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n\n\n\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p>\n\n\n\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n\n\n\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n\n\n\n<p>La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n\n\n\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n\n\n\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-10-20 08:38:34','2023-10-20 13:38:34','',8942,'https://redpsiju.org/?p=10085',0,'revision','',0),(10086,1,'2023-10-20 08:38:47','2023-10-20 13:38:47','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Inicio\",\"post_status\":\"publish\",\"post_date\":\"2019-06-18 05:13:25\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":\"https://redpsiju.org/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"luc1733\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"ubw6393\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"e5a1718\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 2.44em; font-weight: 600;\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 class=\\u0022alignleft size-medium wp-image-9070\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\\u0022 alt=\\u0022\\u0022 width=\\u0022254\\u0022 height=\\u0022300\\u0022 srcset=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\\u0022 sizes=\\u0022(max-width: 254px) 100vw, 254px\\u0022\\u003ePlataforma de Articulación Gremial\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3997242 kc_row banner_top\\u0022 data-kc-fullheight=\\u0022middle-content\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-242216 kc_text_block\\u0022\\u003e\\n\\u003cp\\u003eFundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-1512593 kc_text_block\\u0022\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022kc_button primary\\u0022 href=\\u0022http://www.redpsiju.org/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003eActa Fundacional y Estatuto\\u003c/a\\u003e\\u0026nbsp; \\u0026nbsp; \\u0026nbsp; \\u0026nbsp;\\u003ca class=\\u0022kc_button secondary\\u0022 style=\\u0022font-style: inherit;\\u0022 href=\\u0022http://www.redpsiju.org/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003ePlan Estratégico Institucional\\u003c/a\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-314696 kc_shortcode kc_single_image\\u0022\\u003e\\n\\u003chr\\u003e\\n\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.95em; font-weight: 600;\\u0022\\u003eAsambleas de Directorio\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3071121 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-3541932 kc_row kc_row_inner\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-row-action=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003cp class=\\u0022kc-elm kc-css-394305 kc_text_block\\u0022\\u003e\\n\\u003cp\\u003eEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003e. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \\u0022\\u003ca href=\\u0022https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eEl Niño en América Latina y el Caribe\\u003c/a\\u003e\\u0022, se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003chr\\u003e\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/p\\u003e\\n\\u003c/section\\u003e\\n\\n\\n\\u003cdiv style=\\u0022height:46px\\u0022 aria-hidden=\\u0022true\\u0022 class=\\u0022wp-block-spacer\\u0022\\u003e\\u003c/div\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading has-text-align-center\\u0022\\u003ePresentación Institucional\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp\\u003eLa RedPsiJu, representa un proceso de articulación e integración de\\u0026nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la \\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e (APPJF), entidad con personería jurídica, \\u003cstrong\\u003ecreada en enero del 2011\\u003c/strong\\u003e e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eLa alianza programática con la\\u0026nbsp;\\u003ca href=\\u0022http://www.escuelapsi.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.\\u0026nbsp;\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eLa institucionalización de la\\u003cstrong\\u003e\\u0026nbsp;\\u003ca href=\\u0022https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\\u0022\\u003eCondecoración al Mérito Iberoamericano\\u003c/a\\u003e «Integración Inter Continental PsiJurídica»\\u003c/strong\\u003e, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp\\u003eEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\\u003c/p\\u003e\",\"pagelayer-id\":\"9ny1502\"} --><p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img decoding=\"async\" fetchpriority=\"high\" class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" srcset=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\" sizes=\"(max-width: 254px) 100vw, 254px\">Plataforma de Articulación Gremial</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n<p class=\"kc-wrap-columns\">\n<p class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n<p class=\"kc-col-container\">\n<p class=\"kc-elm kc-css-242216 kc_text_block\">\n<p>Fundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.</p>\n</p>\n<p class=\"kc-elm kc-css-1512593 kc_text_block\">\n<p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n</p>\n</p>\n</p>\n<p class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n<p class=\"kc-col-container\">\n<p class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n<hr>\n<p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n<p class=\"kc-wrap-columns\">\n<p class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n<p class=\"kc-col-container\">\n<p class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n<p class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n<p class=\"kc_wrapper kc-col-inner-container\">\n<p class=\"kc-elm kc-css-394305 kc_text_block\">\n<p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr></p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</p>\n</section>\n\n\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n\n\n\n<p>La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p>\n\n\n\n<p>Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p>\n\n\n\n<p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p>\n\n\n\n<p>La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p>\n\n\n\n<p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p>\n\n\n\n<p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-10-20 08:38:47','2023-10-20 13:38:47','',8942,'https://redpsiju.org/?p=10086',0,'revision','',0),(10087,1,'2023-10-20 20:30:57','2023-10-21 01:30:57','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Inicio\",\"post_status\":\"publish\",\"post_date\":\"2019-06-18 05:13:25\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"luc1733\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"ubw6393\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"e5a1718\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 2.44em; font-weight: 600;\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 class=\\u0022alignleft size-medium wp-image-9070\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\\u0022 alt=\\u0022\\u0022 width=\\u0022254\\u0022 height=\\u0022300\\u0022 srcset=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\\u0022 sizes=\\u0022(max-width: 254px) 100vw, 254px\\u0022\\u003ePlataforma de Articulación Gremial\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3997242 kc_row banner_top\\u0022 data-kc-fullheight=\\u0022middle-content\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-242216 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eFundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.\\u003c/p\\u003e\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1512593 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022kc_button primary\\u0022 href=\\u0022http://www.redpsiju.org/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003eActa Fundacional y Estatuto\\u003c/a\\u003e\\u0026nbsp; \\u0026nbsp; \\u0026nbsp; \\u0026nbsp;\\u003ca class=\\u0022kc_button secondary\\u0022 style=\\u0022font-style: inherit;\\u0022 href=\\u0022http://www.redpsiju.org/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003ePlan Estratégico Institucional\\u003c/a\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-314696 kc_shortcode kc_single_image\\u0022\\u003e\\n\\u003c/p\\u003e\\u003chr\\u003e\\n\\u003cp\\u003e\\u003c/p\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.95em; font-weight: 600;\\u0022\\u003eAsambleas de Directorio\\u003c/span\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3071121 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3541932 kc_row kc_row_inner\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-row-action=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-394305 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003e. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \\u0022\\u003ca href=\\u0022https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eEl Niño en América Latina y el Caribe\\u003c/a\\u003e\\u0022, se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\n\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\",\"pagelayer-id\":\"9ny1502\"} --><p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img decoding=\"async\" fetchpriority=\"high\" class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" srcset=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\" sizes=\"(max-width: 254px) 100vw, 254px\">Plataforma de Articulación Gremial</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-242216 kc_text_block\">\n</p><p>Fundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.</p>\n\n<p class=\"kc-elm kc-css-1512593 kc_text_block\">\n</p><p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n\n\n<p class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n</p><hr>\n<p></p><p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n\n\n\n\n\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n</p><p class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n</p><p class=\"kc_wrapper kc-col-inner-container\">\n</p><p class=\"kc-elm kc-css-394305 kc_text_block\">\n</p><p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr>\n\n\n\n\n\n\n\n</section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch2 class=\\u0022wp-block-heading has-text-align-center\\u0022\\u003ePresentación Institucional\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, representa un proceso de articulación e integración de\\u0026nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la \\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e (APPJF), entidad con personería jurídica, \\u003cstrong\\u003ecreada en enero del 2011\\u003c/strong\\u003e e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.\\u003c/p\\u003e\",\"pagelayer-id\":\"gyd6261\"} --><h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n\n\n\n<p style=\"text-align: justify;\">La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"f6x1382\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\\u003c/p\\u003e\",\"pagelayer-id\":\"mil8047\"} --><p style=\"text-align: justify;\">Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"2tw6136\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003eLa alianza programática con la\\u0026nbsp;\\u003ca href=\\u0022http://www.escuelapsi.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.\\u0026nbsp;\\u003c/p\\u003e\",\"pagelayer-id\":\"wx19772\"} --><p>La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"8zj1434\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa institucionalización de la\\u003cstrong\\u003e\\u0026nbsp;\\u003ca href=\\u0022https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\\u0022\\u003eCondecoración al Mérito Iberoamericano\\u003c/a\\u003e «Integración Inter Continental PsiJurídica»\\u003c/strong\\u003e, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\\u003c/p\\u003e\",\"pagelayer-id\":\"nob2324\"} --><p style=\"text-align: justify;\">La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"egd1156\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003eLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\\u003c/p\\u003e\",\"pagelayer-id\":\"9wv8429\"} --><p>La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tpx9015\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003eEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\\u003c/p\\u003e\",\"pagelayer-id\":\"jxz8841\"} --><p>El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-10-20 20:30:57','2023-10-21 01:30:57','',8942,'https://redpsiju.org/?p=10087',0,'revision','',0),(10088,1,'2023-10-20 20:32:01','2023-10-21 01:32:01','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Inicio\",\"post_status\":\"publish\",\"post_date\":\"2019-06-18 05:13:25\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"luc1733\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"ubw6393\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"e5a1718\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 2.44em; font-weight: 600;\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 class=\\u0022alignleft size-medium wp-image-9070\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\\u0022 alt=\\u0022\\u0022 width=\\u0022254\\u0022 height=\\u0022300\\u0022 srcset=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\\u0022 sizes=\\u0022(max-width: 254px) 100vw, 254px\\u0022\\u003ePlataforma de Articulación Gremial\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3997242 kc_row banner_top\\u0022 data-kc-fullheight=\\u0022middle-content\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-242216 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eFundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.\\u003c/p\\u003e\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1512593 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022kc_button primary\\u0022 href=\\u0022http://www.redpsiju.org/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003eActa Fundacional y Estatuto\\u003c/a\\u003e\\u0026nbsp; \\u0026nbsp; \\u0026nbsp; \\u0026nbsp;\\u003ca class=\\u0022kc_button secondary\\u0022 style=\\u0022font-style: inherit;\\u0022 href=\\u0022http://www.redpsiju.org/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003ePlan Estratégico Institucional\\u003c/a\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-314696 kc_shortcode kc_single_image\\u0022\\u003e\\n\\u003c/p\\u003e\\u003chr\\u003e\\n\\u003cp\\u003e\\u003c/p\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.95em; font-weight: 600;\\u0022\\u003eAsambleas de Directorio\\u003c/span\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3071121 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3541932 kc_row kc_row_inner\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-row-action=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-394305 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003e. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \\u0022\\u003ca href=\\u0022https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eEl Niño en América Latina y el Caribe\\u003c/a\\u003e\\u0022, se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\n\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\",\"pagelayer-id\":\"9ny1502\"} --><p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img decoding=\"async\" fetchpriority=\"high\" class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" srcset=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\" sizes=\"(max-width: 254px) 100vw, 254px\">Plataforma de Articulación Gremial</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-242216 kc_text_block\">\n</p><p>Fundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.</p>\n\n<p class=\"kc-elm kc-css-1512593 kc_text_block\">\n</p><p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n\n\n<p class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n</p><hr>\n<p></p><p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n\n\n\n\n\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n</p><p class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n</p><p class=\"kc_wrapper kc-col-inner-container\">\n</p><p class=\"kc-elm kc-css-394305 kc_text_block\">\n</p><p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr>\n\n\n\n\n\n\n\n</section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch2 class=\\u0022wp-block-heading has-text-align-center\\u0022\\u003ePresentación Institucional\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, representa un proceso de articulación e integración de\\u0026nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la \\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e (APPJF), entidad con personería jurídica, \\u003cstrong\\u003ecreada en enero del 2011\\u003c/strong\\u003e e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.\\u003c/p\\u003e\",\"pagelayer-id\":\"gyd6261\"} --><h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n\n\n\n<p style=\"text-align: justify;\">La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"f6x1382\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\\u003c/p\\u003e\",\"pagelayer-id\":\"mil8047\"} --><p style=\"text-align: justify;\">Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"2tw6136\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa alianza programática con la\\u0026nbsp;\\u003ca href=\\u0022http://www.escuelapsi.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.\\u0026nbsp;\\u003c/p\\u003e\",\"pagelayer-id\":\"wx19772\"} --><p style=\"text-align: justify;\">La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"8zj1434\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa institucionalización de la\\u003cstrong\\u003e\\u0026nbsp;\\u003ca href=\\u0022https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\\u0022\\u003eCondecoración al Mérito Iberoamericano\\u003c/a\\u003e «Integración Inter Continental PsiJurídica»\\u003c/strong\\u003e, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\\u003c/p\\u003e\",\"pagelayer-id\":\"nob2324\"} --><p style=\"text-align: justify;\">La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"egd1156\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\\u003c/p\\u003e\",\"pagelayer-id\":\"9wv8429\"} --><p style=\"text-align: justify;\">La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tpx9015\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\\u003c/p\\u003e\",\"pagelayer-id\":\"jxz8841\"} --><p style=\"text-align: justify;\">El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2023-10-20 20:32:01','2023-10-21 01:32:01','',8942,'https://redpsiju.org/?p=10088',0,'revision','',0),(10090,1,'2024-04-28 11:51:45','2024-04-28 16:51:45','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Inicio\",\"post_status\":\"publish\",\"post_date\":\"2019-06-18 05:13:25\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"luc1733\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"ubw6393\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"e5a1718\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 2.44em; font-weight: 600;\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 class=\\u0022alignleft size-medium wp-image-9070\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\\u0022 alt=\\u0022\\u0022 width=\\u0022254\\u0022 height=\\u0022300\\u0022 srcset=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\\u0022 sizes=\\u0022(max-width: 254px) 100vw, 254px\\u0022\\u003ePlataforma de Articulación Gremial\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3997242 kc_row banner_top\\u0022 data-kc-fullheight=\\u0022middle-content\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-242216 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eFundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.\\u003c/p\\u003e\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1512593 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022kc_button primary\\u0022 href=\\u0022http://www.redpsiju.org/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003eActa Fundacional y Estatuto\\u003c/a\\u003e\\u0026nbsp; \\u0026nbsp; \\u0026nbsp; \\u0026nbsp;\\u003ca class=\\u0022kc_button secondary\\u0022 style=\\u0022font-style: inherit;\\u0022 href=\\u0022http://www.redpsiju.org/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003ePlan Estratégico Institucional\\u003c/a\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-314696 kc_shortcode kc_single_image\\u0022\\u003e\\n\\u003c/p\\u003e\\u003chr\\u003e\\n\\u003cp\\u003e\\u003c/p\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.95em; font-weight: 600;\\u0022\\u003eAsambleas de Directorio\\u003c/span\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3071121 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3541932 kc_row kc_row_inner\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-row-action=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-394305 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003e. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \\u0022\\u003ca href=\\u0022https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eEl Niño en América Latina y el Caribe\\u003c/a\\u003e\\u0022, se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\n\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\",\"pagelayer-id\":\"9ny1502\"} --><p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img decoding=\"async\" fetchpriority=\"high\" class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" srcset=\"https://redpsiju.com/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.org/wp-content/uploads/2020/03/logored.png 550w\" sizes=\"(max-width: 254px) 100vw, 254px\">Plataforma de Articulación Gremial</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-242216 kc_text_block\">\n</p><p>Fundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.</p>\n\n<p class=\"kc-elm kc-css-1512593 kc_text_block\">\n</p><p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.org/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.org/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n\n\n<p class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n</p><hr>\n<p></p><p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n\n\n\n\n\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n</p><p class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n</p><p class=\"kc_wrapper kc-col-inner-container\">\n</p><p class=\"kc-elm kc-css-394305 kc_text_block\">\n</p><p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr>\n\n\n\n\n\n\n\n</section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch2 class=\\u0022wp-block-heading has-text-align-center\\u0022\\u003ePresentación Institucional\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, representa un proceso de articulación e integración de\\u0026nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la \\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e (APPJF), entidad con personería jurídica, \\u003cstrong\\u003ecreada en enero del 2011\\u003c/strong\\u003e e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.\\u003c/p\\u003e\",\"pagelayer-id\":\"gyd6261\"} --><h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n\n\n\n<p style=\"text-align: justify;\">La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"f6x1382\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\\u003c/p\\u003e\",\"pagelayer-id\":\"mil8047\"} --><p style=\"text-align: justify;\">Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"2tw6136\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa alianza programática con la\\u0026nbsp;\\u003ca href=\\u0022http://www.escuelapsi.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.\\u0026nbsp;\\u003c/p\\u003e\",\"pagelayer-id\":\"wx19772\"} --><p style=\"text-align: justify;\">La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"8zj1434\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa institucionalización de la\\u003cstrong\\u003e\\u0026nbsp;\\u003ca href=\\u0022https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\\u0022\\u003eCondecoración al Mérito Iberoamericano\\u003c/a\\u003e «Integración Inter Continental PsiJurídica»\\u003c/strong\\u003e, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\\u003c/p\\u003e\",\"pagelayer-id\":\"nob2324\"} --><p style=\"text-align: justify;\">La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"egd1156\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\\u003c/p\\u003e\",\"pagelayer-id\":\"9wv8429\"} --><p style=\"text-align: justify;\">La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tpx9015\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\\u003c/p\\u003e\",\"pagelayer-id\":\"jxz8841\"} --><p style=\"text-align: justify;\">El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2024-04-28 11:51:45','2024-04-28 16:51:45','',8942,'https://redpsiju.com/?p=10090',0,'revision','',0),(10091,1,'2024-04-28 11:53:28','2024-04-28 16:53:28','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Inicio\",\"post_status\":\"publish\",\"post_date\":\"2019-06-18 05:13:25\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"luc1733\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"ubw6393\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"e5a1718\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 2.44em; font-weight: 600;\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 class=\\u0022alignleft size-medium wp-image-9070\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\\u0022 alt=\\u0022\\u0022 width=\\u0022254\\u0022 height=\\u0022300\\u0022 srcset=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.com/wp-content/uploads/2020/03/logored.png 550w\\u0022 sizes=\\u0022(max-width: 254px) 100vw, 254px\\u0022\\u003ePlataforma de Articulación Gremial\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3997242 kc_row banner_top\\u0022 data-kc-fullheight=\\u0022middle-content\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-242216 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eFundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.\\u003c/p\\u003e\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1512593 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022kc_button primary\\u0022 href=\\u0022http://www.redpsiju.com/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003eActa Fundacional y Estatuto\\u003c/a\\u003e\\u0026nbsp; \\u0026nbsp; \\u0026nbsp; \\u0026nbsp;\\u003ca class=\\u0022kc_button secondary\\u0022 style=\\u0022font-style: inherit;\\u0022 href=\\u0022http://www.redpsiju.com/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003ePlan Estratégico Institucional\\u003c/a\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-314696 kc_shortcode kc_single_image\\u0022\\u003e\\n\\u003c/p\\u003e\\u003chr\\u003e\\n\\u003cp\\u003e\\u003c/p\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.95em; font-weight: 600;\\u0022\\u003eAsambleas de Directorio\\u003c/span\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3071121 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3541932 kc_row kc_row_inner\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-row-action=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-394305 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003e. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \\u0022\\u003ca href=\\u0022https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eEl Niño en América Latina y el Caribe\\u003c/a\\u003e\\u0022, se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\n\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\",\"pagelayer-id\":\"9ny1502\"} --><p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img decoding=\"async\" fetchpriority=\"high\" class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" srcset=\"https://redpsiju.com/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.com/wp-content/uploads/2020/03/logored.png 550w\" sizes=\"(max-width: 254px) 100vw, 254px\">Plataforma de Articulación Gremial</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-242216 kc_text_block\">\n</p><p>Fundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.</p>\n\n<p class=\"kc-elm kc-css-1512593 kc_text_block\">\n</p><p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.com/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.com/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n\n\n<p class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n</p><hr>\n<p></p><p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n\n\n\n\n\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n</p><p class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n</p><p class=\"kc_wrapper kc-col-inner-container\">\n</p><p class=\"kc-elm kc-css-394305 kc_text_block\">\n</p><p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr>\n\n\n\n\n\n\n\n</section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch2 class=\\u0022wp-block-heading has-text-align-center\\u0022\\u003ePresentación Institucional\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, representa un proceso de articulación e integración de\\u0026nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la \\u003ca href=\\u0022https://www.peru.redpsiju.org/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e (APPJF), entidad con personería jurídica, \\u003cstrong\\u003ecreada en enero del 2011\\u003c/strong\\u003e e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.\\u003c/p\\u003e\",\"pagelayer-id\":\"gyd6261\"} --><h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n\n\n\n<p style=\"text-align: justify;\">La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.peru.redpsiju.org/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"f6x1382\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\\u003c/p\\u003e\",\"pagelayer-id\":\"mil8047\"} --><p style=\"text-align: justify;\">Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"2tw6136\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa alianza programática con la\\u0026nbsp;\\u003ca href=\\u0022http://www.escuelapsi.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.\\u0026nbsp;\\u003c/p\\u003e\",\"pagelayer-id\":\"wx19772\"} --><p style=\"text-align: justify;\">La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"8zj1434\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa institucionalización de la\\u003cstrong\\u003e\\u0026nbsp;\\u003ca href=\\u0022https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\\u0022\\u003eCondecoración al Mérito Iberoamericano\\u003c/a\\u003e «Integración Inter Continental PsiJurídica»\\u003c/strong\\u003e, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\\u003c/p\\u003e\",\"pagelayer-id\":\"nob2324\"} --><p style=\"text-align: justify;\">La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.org/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"egd1156\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\\u003c/p\\u003e\",\"pagelayer-id\":\"9wv8429\"} --><p style=\"text-align: justify;\">La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tpx9015\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\\u003c/p\\u003e\",\"pagelayer-id\":\"jxz8841\"} --><p style=\"text-align: justify;\">El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2024-04-28 11:53:28','2024-04-28 16:53:28','',8942,'https://redpsiju.com/?p=10091',0,'revision','',0),(10092,1,'2024-04-28 11:56:17','2024-04-28 16:56:17','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Inicio\",\"post_status\":\"publish\",\"post_date\":\"2019-06-18 05:13:25\",\"post_author\":\"1\",\"post_name\":\"home\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"luc1733\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"ubw6393\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"e5a1718\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 2.44em; font-weight: 600;\\u0022\\u003e\\u003cimg decoding=\\u0022async\\u0022 fetchpriority=\\u0022high\\u0022 class=\\u0022alignleft size-medium wp-image-9070\\u0022 src=\\u0022https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\\u0022 alt=\\u0022\\u0022 width=\\u0022254\\u0022 height=\\u0022300\\u0022 srcset=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.com/wp-content/uploads/2020/03/logored.png 550w\\u0022 sizes=\\u0022(max-width: 254px) 100vw, 254px\\u0022\\u003ePlataforma de Articulación Gremial\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3997242 kc_row banner_top\\u0022 data-kc-fullheight=\\u0022middle-content\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-242216 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eFundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.\\u003c/p\\u003e\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1512593 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022kc_button primary\\u0022 href=\\u0022http://www.redpsiju.com/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003eActa Fundacional y Estatuto\\u003c/a\\u003e\\u0026nbsp; \\u0026nbsp; \\u0026nbsp; \\u0026nbsp;\\u003ca class=\\u0022kc_button secondary\\u0022 style=\\u0022font-style: inherit;\\u0022 href=\\u0022http://www.redpsiju.com/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener noreferrer\\u0022\\u003ePlan Estratégico Institucional\\u003c/a\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003cp class=\\u0022kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-314696 kc_shortcode kc_single_image\\u0022\\u003e\\n\\u003c/p\\u003e\\u003chr\\u003e\\n\\u003cp\\u003e\\u003c/p\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.95em; font-weight: 600;\\u0022\\u003eAsambleas de Directorio\\u003c/span\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\\n\\u003csection class=\\u0022kc-elm kc-css-3071121 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cp class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3541932 kc_row kc_row_inner\\u0022 data-kc-equalheight=\\u0022true\\u0022 data-kc-row-action=\\u0022true\\u0022 data-kc-equalheight-align=\\u0022middle\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-394305 kc_text_block\\u0022\\u003e\\n\\u003c/p\\u003e\\u003cp\\u003eEn noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003e. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \\u0022\\u003ca href=\\u0022https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eEl Niño en América Latina y el Caribe\\u003c/a\\u003e\\u0022, se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003chr\\u003e\\n\\n\\n\\n\\n\\n\\n\\n\\u003c/section\\u003e\",\"pagelayer-id\":\"9ny1502\"} --><p><span style=\"color: inherit; font-size: 2.44em; font-weight: 600;\"><img decoding=\"async\" fetchpriority=\"high\" class=\"alignleft size-medium wp-image-9070\" src=\"https://redpsiju.org/wp-content/uploads/2020/03/logored-254x300.png\" alt=\"\" width=\"254\" height=\"300\" srcset=\"https://redpsiju.com/wp-content/uploads/2020/03/logored-254x300.png 254w, https://redpsiju.com/wp-content/uploads/2020/03/logored.png 550w\" sizes=\"(max-width: 254px) 100vw, 254px\">Plataforma de Articulación Gremial</span></p>\n<section class=\"kc-elm kc-css-3997242 kc_row banner_top\" data-kc-fullheight=\"middle-content\" data-kc-equalheight=\"true\" data-kc-equalheight-align=\"middle\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-3035831 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-242216 kc_text_block\">\n</p><p>Fundada en el año 2011, venimos fortaleciendo capacidades institucionales para la articulación e integración gremial intercontinental como aporte a los Sistemas de Justicia Reformados.</p>\n\n<p class=\"kc-elm kc-css-1512593 kc_text_block\">\n</p><p style=\"text-align: center;\"><a class=\"kc_button primary\" href=\"http://www.redpsiju.com/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Acta Fundacional y Estatuto</a>&nbsp; &nbsp; &nbsp; &nbsp;<a class=\"kc_button secondary\" style=\"font-style: inherit;\" href=\"http://www.redpsiju.com/doc/pei.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Plan Estratégico Institucional</a></p>\n\n\n\n<p class=\"kc-elm kc-css-1061722 kc_col-sm-4 kc_column kc_col-sm-4\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-314696 kc_shortcode kc_single_image\">\n</p><hr>\n<p></p><p><span style=\"color: inherit; font-size: 1.95em; font-weight: 600;\">Asambleas de Directorio</span></p>\n\n\n\n\n\n</section>\n<section class=\"kc-elm kc-css-3071121 kc_row\" data-kc-fullwidth=\"row\">\n<p class=\"kc-row-container  kc-container\">\n</p><p class=\"kc-wrap-columns\">\n</p><p class=\"kc-elm kc-css-208723 kc_col-sm-12 kc_column kc_col-sm-12\">\n</p><p class=\"kc-col-container\">\n</p><p class=\"kc-elm kc-css-3541932 kc_row kc_row_inner\" data-kc-equalheight=\"true\" data-kc-row-action=\"true\" data-kc-equalheight-align=\"middle\">\n</p><p class=\"kc-elm kc-css-4352274 kc_col-sm-6 kc_column_inner kc_col-sm-6\">\n</p><p class=\"kc_wrapper kc-col-inner-container\">\n</p><p class=\"kc-elm kc-css-394305 kc_text_block\">\n</p><p>En noviembre del 2016 se llevó a cabo la 1ra. Reunión Presencial del Directorio de la RedPsiJu, en la ciudad de Lima, Perú, sus acuerdos se vienen implementando en el periodo 2020-2023<span style=\"font-style: inherit;\">. En el marco de un proceso post pandémico generado por el COVID-19 y, otros eventos epidémicos como el referido al Dengue debido a fenómenos como \"<a href=\"https://www.caf.com/es/actualidad/noticias/2015/12/que-es-el-fenomeno-el-nino-y-como-afecta-a-america-latina/\" target=\"_blank\" rel=\"noopener\">El Niño en América Latina y el Caribe</a>\", se ha programado la realización de la Asamblea de Directorio para noviembre del 2024 en Lima (Perú), fecha en que se renovará la Junta Directiva en el marco de creación formal y jurídica de la RedPsiJu.</span></p>\n<hr>\n\n\n\n\n\n\n\n</section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch2 class=\\u0022wp-block-heading has-text-align-center\\u0022\\u003ePresentación Institucional\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, representa un proceso de articulación e integración de\\u0026nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la \\u003ca href=\\u0022https://www.psicologiajuridica.org.pe/\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e (APPJF), entidad con personería jurídica, \\u003cstrong\\u003ecreada en enero del 2011\\u003c/strong\\u003e e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.\\u003c/p\\u003e\",\"pagelayer-id\":\"gyd6261\"} --><h2 class=\"wp-block-heading has-text-align-center\">Presentación Institucional</h2>\n\n\n\n<p style=\"text-align: justify;\">La RedPsiJu, representa un proceso de articulación e integración de&nbsp; Asociaciones Nacionales de Psicología Jurídica y Forense, promovida por la <a href=\"https://www.psicologiajuridica.org.pe/\">Asociación Peruana de Psicología Jurídica y Forense</a> (APPJF), entidad con personería jurídica, <strong>creada en enero del 2011</strong> e inscrita en los Registros Públicos de Piura. Entre otros aspectos relevantes para la actuación gremial, actualización del conocimiento, impulso de la investigación e innovación científica, el mejoramiento de los procesos de intervención profesional pericial, entre otros de fundamental importancia a nivel global, la APPJF viene promoviendo desde el año 2012 la presente plataforma de articulación interinstitucional que actualmente se encuentra integrada por más de una decena de instituciones de prestigio gremial y solvencia académica-profesional que fomentan el desarrollo de la Psicología Aplicada al Ámbito Jurídico en sus diferentes áreas.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"f6x1382\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eMediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.\\u003c/p\\u003e\",\"pagelayer-id\":\"mil8047\"} --><p style=\"text-align: justify;\">Mediante Adhesión al Acta Fundacional y firmantes del Acta Constitutiva en Lima, Perú, se consolidó este innovador proceso de integración que viene facilitando esfuerzos colaborativos, desde la perspectiva de mejoramiento de las intervenciones profesionales en el contexto de los Sistemas de Justicia Reformados de Iberoamérica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"2tw6136\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa alianza programática con la\\u0026nbsp;\\u003ca href=\\u0022http://www.escuelapsi.org/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003eEscuela de Perfeccionamiento Superior Inclusiva\\u003c/a\\u003e, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.\\u0026nbsp;\\u003c/p\\u003e\",\"pagelayer-id\":\"wx19772\"} --><p style=\"text-align: justify;\">La alianza programática con la&nbsp;<a href=\"http://www.escuelapsi.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Escuela de Perfeccionamiento Superior Inclusiva</a>, dedicada al fortalecimiento de capacidades, la sistematización de información, la defensa gremial y, la promoción de investigaciones constituyen algunos aspectos estatutarios aprobados en Lima, Perú.&nbsp;</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"8zj1434\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa institucionalización de la\\u003cstrong\\u003e\\u0026nbsp;\\u003ca href=\\u0022https://redpsiju.com/condecoracion-medalla-al-merito-iberoamericano/\\u0022\\u003eCondecoración al Mérito Iberoamericano\\u003c/a\\u003e «Integración Inter Continental PsiJurídica»\\u003c/strong\\u003e, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.\\u003c/p\\u003e\",\"pagelayer-id\":\"nob2324\"} --><p style=\"text-align: justify;\">La institucionalización de la<strong>&nbsp;<a href=\"https://redpsiju.com/condecoracion-medalla-al-merito-iberoamericano/\">Condecoración al Mérito Iberoamericano</a> «Integración Inter Continental PsiJurídica»</strong>, a Universidades, Escuelas de Post Grado e Instituciones gremiales gerenciadas y lideradas por profesionales de la Psicología, relieva el espíritu de integración y reconocimiento académico a nivel global.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"egd1156\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eLa RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.\\u003c/p\\u003e\",\"pagelayer-id\":\"9wv8429\"} --><p style=\"text-align: justify;\">La RedPsiJu, no se contrapone a ninguna entidad, plataforma o asociación nacional o internacional, por el contrario, su Estatuto define su perfil, rol y actuación jurídica e integracionista.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tpx9015\"} --><p><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: justify;\\u0022\\u003eEl auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.\\u003c/p\\u003e\",\"pagelayer-id\":\"jxz8841\"} --><p style=\"text-align: justify;\">El auspicio de procesos formativos de nivel superior, especialmente no universitarios muestra su profunda vocación con la mejora de capacidades y competencias tendientes a una progresiva consolidación de los roles profesionales en los ámbitos forense, judicial, penitenciario, victimólogico, criminológico, de formación e investigación psijurídica.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Inicio','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','8942-revision-v1','','','2024-04-28 11:56:17','2024-04-28 16:56:17','',8942,'https://redpsiju.com/?p=10092',0,'revision','',0),(10093,1,'2024-04-28 11:57:27','2024-04-28 16:57:27','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Nosotros\",\"post_status\":\"publish\",\"post_date\":\"2019-06-20 09:16:31\",\"post_author\":\"1\",\"post_name\":\"nosotros\",\"featured_image\":0,\"post_excerpt\":\"\\n\\t\\t\\t\\t\\u003c![CDATA[\\n\\t\\t\\t\\t\\t\\t]]\\u003e\\t\\t\",\"post_password\":\"\",\"comment_status\":\"\",\"ping_status\":\"\",\"post_sticky\":\"\",\"post_parent\":0,\"menu_order\":0,\"post_category\":\"\",\"post_tags\":\"\",\"pagelayer-id\":\"wv64497\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"sj94471\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"3g17133\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003csection class=\\u0022kc-elm kc-css-4311569 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\u003cp\\u003e\\u003cspan style=\\u0022color: inherit; font-size: 1.25em; font-weight: 600;\\u0022\\u003eRepresentantes Institucionales en Psicología Jurídica\\u003c/span\\u003e\\u003c/p\\u003e\\u003c/section\\u003e\\u003csection class=\\u0022kc-elm kc-css-3422244 kc_row\\u0022 data-kc-fullwidth=\\u0022content\\u0022\\u003e\\u003cp class=\\u0022kc-row-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-wrap-columns\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-col-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-1887879 kc-title-wrap \\u0022\\u003e\\u003c/p\\u003e\\u003ch2 class=\\u0022kc_title\\u0022\\u003eMiembros del Directorio\\u003c/h2\\u003e\\u003cp class=\\u0022kc-elm kc-css-1147802 kc_row kc_row_inner\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc_wrapper kc-col-inner-container\\u0022\\u003e\\u003c/p\\u003e\\u003cp class=\\u0022kc-elm kc-css-3700843 kc_text_block\\u0022\\u003e\\u003c/p\\u003e\\u003cp\\u003eSomos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país\\u0026nbsp;\\u003cspan style=\\u0022font-style: inherit;\\u0022\\u003eactividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.\\u003c/span\\u003e\\u003c/p\\u003e\\u003c/section\\u003e\",\"pagelayer-id\":\"nop9949\"} --><section class=\"kc-elm kc-css-4311569 kc_row\" data-kc-fullwidth=\"row\"><p><span style=\"color: inherit; font-size: 1.25em; font-weight: 600;\">Representantes Institucionales en Psicología Jurídica</span></p></section><section class=\"kc-elm kc-css-3422244 kc_row\" data-kc-fullwidth=\"content\"><p class=\"kc-row-container\"></p><p class=\"kc-wrap-columns\"></p><p class=\"kc-elm kc-css-634696 kc_col-sm-12 kc_column kc_col-sm-12\"></p><p class=\"kc-col-container\"></p><p class=\"kc-elm kc-css-1887879 kc-title-wrap \"></p><h2 class=\"kc_title\">Miembros del Directorio</h2><p class=\"kc-elm kc-css-1147802 kc_row kc_row_inner\"></p><p class=\"kc-elm kc-css-2981466 kc_col-sm-4 kc_column_inner kc_col-sm-4\"></p><p class=\"kc_wrapper kc-col-inner-container\"></p><p class=\"kc-elm kc-css-3700843 kc_text_block\"></p><p>Somos un equipo corporativo de instituciones especializadas con personería jurídica, que promueven gremialmente en cada país&nbsp;<span style=\"font-style: inherit;\">actividades formales en las áreas de asistencia técnica, capacitación y, atención profesional en el ámbito jurídico, desde la perspectiva académica y científica en Psicología Aplicada al Ámbito Jurídico.</span></p></section><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"8jt7901\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"9362972\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9971,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"deq7533\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJoão Carlos Alchieri\\u003c/strong\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente de la\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eAsociación Brasilera de Psicología Jurídica\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ffz1612\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">João Carlos Alchieri</strong><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente de la&nbsp;</span><a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Asociación Brasilera de Psicología Jurídica</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"bxg3740\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9965,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"unx8448\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJohn Charles Torres V.\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de\\u0026nbsp;\\u003ca href=\\u0022https://psicologiajuridica.org.pe/\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Peruana de Psicología Jurídica y Forense\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"j8w7361\"} --><p style=\"text-align: center;\"><strong>John Charles Torres V.</strong><br>Presidente de&nbsp;<a href=\"https://psicologiajuridica.org.pe/\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Asociación Peruana de Psicología Jurídica y Forense</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"t9l8872\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9976,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"l5m266\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u003c/span\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u0026nbsp;(Valencia - España)\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"y148588\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">José Luis Alba Robles</strong><span style=\"text-align: center;\"></span><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente del&nbsp;</span><a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Instituto Iberoamericano de Criminología Aplicada</a><span style=\"text-align: center;\">&nbsp;(Valencia - España)</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"mgj3147\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"faa8572\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9966,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"hbg894\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: start;\\u0022\\u003eIris Ayala Solis\\u003c/strong\\u003e\\u003cbr style=\\u0022text-align: start;\\u0022\\u003e\\u003cspan style=\\u0022text-align: start;\\u0022\\u003ePresidente de Asociación Panameña de Psicología Jurídica y Forense\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"inp7543\"} --><p style=\"text-align: center;\"><strong style=\"text-align: start;\">Iris Ayala Solis</strong><br style=\"text-align: start;\"><span style=\"text-align: start;\">Presidente de Asociación Panameña de Psicología Jurídica y Forense</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"g162136\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9970,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"rrf4465\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eMiriam Rivas Pérez\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de Asociación Venezolana de Psicología Judicial\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"5hj246\"} --><p style=\"text-align: center;\"><strong>Miriam Rivas Pérez</strong><br>Presidente de Asociación Venezolana de Psicología Judicial<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"2qj910\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9954,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"1az7795\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong style=\\u0022text-align: center;\\u0022\\u003eJosé Luis Alba Robles\\u003c/strong\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u003c/span\\u003e\\u003cbr style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003ePresidente del\\u0026nbsp;\\u003c/span\\u003e\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition); text-align: center;\\u0022\\u003eInstituto Iberoamericano de Criminología Aplicada\\u003c/a\\u003e\\u003cspan style=\\u0022text-align: center;\\u0022\\u003e\\u0026nbsp;(Valencia - España)\\u003c/span\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"uhm9618\"} --><p style=\"text-align: center;\"><strong style=\"text-align: center;\">José Luis Alba Robles</strong><span style=\"text-align: center;\"></span><br style=\"text-align: center;\"><span style=\"text-align: center;\">Presidente del&nbsp;</span><a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition); text-align: center;\">Instituto Iberoamericano de Criminología Aplicada</a><span style=\"text-align: center;\">&nbsp;(Valencia - España)</span><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"8hj6173\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"amr5464\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9973,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"tfb597\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJosé Antonio Unzueta Floranes\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la Sociedad Mexicana de Ciencias del Comportamiento\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"v5x1919\"} --><p style=\"text-align: center;\"><strong>José Antonio Unzueta Floranes</strong><br>Presidente de la Sociedad Mexicana de Ciencias del Comportamiento<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"maj2914\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9977,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"9id1504\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eVítor Miguel Pereira Da Silva\\u003c/strong\\u003e\\u003cbr\\u003ePresidente de la\\u0026nbsp;\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://www.apcriminologia.com/pt/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eAsociación Portuguesa de Criminología\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"mda9053\"} --><p style=\"text-align: center;\"><strong>Vítor Miguel Pereira Da Silva</strong><br>Presidente de la&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Asociación Portuguesa de Criminología</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"ucu3136\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9974,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"nsv2174\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eJorge Williams Aguilar Espinoza\\u003c/strong\\u003e\\u003cbr\\u003ePresidente del\\u0026nbsp;\\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eIlustre Colegio de Psicólogos Jurídicos de México A.C.\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ul74210\"} --><p style=\"text-align: center;\"><strong>Jorge Williams Aguilar Espinoza</strong><br>Presidente del&nbsp;<a rel=\"noreferrer noopener\" href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Ilustre Colegio de Psicólogos Jurídicos de México A.C.</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":10,\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":400,\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":100,\"row_shape_top_height\":100,\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":100,\"row_shape_bottom_height\":100,\"pagelayer-id\":\"9gz2131\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"9ns3087\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9978,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"rdn7134\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eEdgar Armando Aguilar\\u003c/strong\\u003e\\u003cbr\\u003eRepresentante de la Asociación de Psicólogos Jurídicos de El Salvador\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"yhb4469\"} --><p style=\"text-align: center;\"><strong>Edgar Armando Aguilar</strong><br>Representante de la Asociación de Psicólogos Jurídicos de El Salvador<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"3vs1019\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9972,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"ybk8235\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eAdriana Savio Corvino\\u003c/strong\\u003e\\u003cbr\\u003ePresidenta del Instituto de Psicología Jurídica de Uruguay\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"tud9660\"} --><p style=\"text-align: center;\"><strong>Adriana Savio Corvino</strong><br>Presidenta del Instituto de Psicología Jurídica de Uruguay<br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":15,\"overlay_hover_delay\":400,\"col\":4,\"pagelayer-id\":\"muy4679\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":9979,\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":400,\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"fsz2116\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cstrong\\u003eYsmael Reinerio Gaona Villalba\\u003c/strong\\u003e\\u003cbr\\u003ePresidente \\u003ca rel=\\u0022noreferrer noopener\\u0022 href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 style=\\u0022text-decoration-line: none; transition: var(\\u002d\\u002dsp-transition);\\u0022\\u003eSociedad Internacional de Psicología Criminológica y Forense Paraguay\\u003c/a\\u003e\\u003cbr\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"ccd825\"} --><p style=\"text-align: center;\"><strong>Ysmael Reinerio Gaona Villalba</strong><br>Presidente <a rel=\"noreferrer noopener\" href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" style=\"text-decoration-line: none; transition: var(--sp-transition);\">Sociedad Internacional de Psicología Criminológica y Forense Paraguay</a><br></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_space {\"height\":\"28px\",\"pagelayer-id\":\"bab2100\"} /-->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eEquipo IberoAmericano\\u003c/h4\\u003e\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eDirecciones Territoriales\\u003c/h2\\u003e\\u003cp\\u003eEquipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).\\u003c/p\\u003e\",\"pagelayer-id\":\"gpa7936\"} --><h4 class=\"wp-block-heading\">Equipo IberoAmericano</h4><h2 class=\"wp-block-heading\">Direcciones Territoriales</h2><p>Equipo corporativo con dominio solvente de procesos de intervención y, demostrada experiencia profesional, académica y científica en Psicología Aplicada al Ámbito Jurídico. La configuración de esta nueva estructura organizacional quedo aprobada en la Asamblea General 2021, donde se eligió el Directorio para el periodo 2022-2023: Presidencia ProTempore (Brasil), Secretaría General (Perú) y, los Directores Territoriales siguientes: Centro América (México), Región Andina (Bolivia), MERCOSUR (Argentina) y Región Ibérica (España).</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Nosotros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','239-revision-v1','','','2024-04-28 11:57:27','2024-04-28 16:57:27','',239,'https://redpsiju.com/?p=10093',0,'revision','',0),(10094,1,'2024-04-28 11:59:11','2024-04-28 16:59:11','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Documentos de Gestión\",\"post_status\":\"publish\",\"post_date\":\"2019-06-24 07:53:22\",\"post_author\":\"1\",\"post_name\":\"documentos-de-gestion\",\"featured_image\":\"https://redpsiju.com/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"x9o4054\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"n975076\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"lyj8993\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003ePlanificar para Articular\\u003c/h4\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eLineamientos Programáticos Consensuados\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cp\\u003e Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021 \\u003c/p\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/acta.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9335\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/actayestatuto.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/esta.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9336\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/pei.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/pei.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9337\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"li06291\"} --><h4 class=\"wp-block-heading\">Planificar para Articular</h4>\n\n\n\n<h2 class=\"wp-block-heading\">Lineamientos Programáticos Consensuados</h2>\n\n\n\n<p> Desde su fundación en el año 2012, hasta la primera reunión presencial del Directorio en Lima, Perú, en noviembre del año 2016, la RedPsiJu ha logrado consolidar sus tres principales documentos de gestión, que deben ser actualizados entre el 2020 -2021 </p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/acta.jpg\" alt=\"\" class=\"wp-image-9335\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/actayestatuto.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/esta.jpg\" alt=\"\" class=\"wp-image-9336\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/pei.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/pei.jpg\" alt=\"\" class=\"wp-image-9337\"/></a></figure>\n</div>\n</div>\n\n\n\n<p></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Documentos de Gestión','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','416-revision-v1','','','2024-04-28 11:59:11','2024-04-28 16:59:11','',416,'https://redpsiju.com/?p=10094',0,'revision','',0),(10095,1,'2024-04-28 12:02:13','2024-04-28 17:02:13','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Miembros\",\"post_status\":\"publish\",\"post_date\":\"2019-06-24 09:45:43\",\"post_author\":\"1\",\"post_name\":\"miembros\",\"featured_image\":\"https://redpsiju.com/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"b466511\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"rlu2849\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"vv51556\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://aapjyf.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/a.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9450\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://www.peru.redpsiju.com\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/b.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9453\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.abpj.org.br/representantes.php\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/02/logob.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9862\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/d.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9472\\u0022/\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://www.apcriminologia.com/pt/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2022/04/portugal.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9923\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.asociacionpsicologiajuridica.cl/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/03/chil.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9869\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/h.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9477\\u0022/\\u003e\\u003cfigcaption class=\\u0022wp-element-caption\\u0022\\u003e\\u003cbr\\u003e\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://www.linkedin.com/in/ysmael-gaona-25052730/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/g.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9474\\u0022/\\u003e\\u003c/a\\u003e\\u003cfigcaption class=\\u0022wp-element-caption\\u0022\\u003e\\u003cbr\\u003e\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/01/imexico.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9825\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://ibercrimainternacional.wordpress.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/01/iber.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9834\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/f.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9481\\u0022/\\u003e\\u003cfigcaption class=\\u0022wp-element-caption\\u0022\\u003e\\u003cbr\\u003e\\u003c/figcaption\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/e.jpg\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9473\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2022/04/el-slavador.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9940\\u0022/\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022https://web.facebook.com/ICPJM\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2022/04/somecic.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9925\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\u003c/div\\u003e\\n\\u003c/div\\u003e\",\"pagelayer-id\":\"xdc9989\"} --><div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://aapjyf.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/a.jpg\" alt=\"\" class=\"wp-image-9450\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.peru.redpsiju.com\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/b.jpg\" alt=\"\" class=\"wp-image-9453\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.abpj.org.br/representantes.php\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/02/logob.png\" alt=\"\" class=\"wp-image-9862\"/></a></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/d.jpg\" alt=\"\" class=\"wp-image-9472\"/></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.apcriminologia.com/pt/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2022/04/portugal.png\" alt=\"\" class=\"wp-image-9923\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.asociacionpsicologiajuridica.cl/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/03/chil.png\" alt=\"\" class=\"wp-image-9869\"/></a></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/h.jpg\" alt=\"\" class=\"wp-image-9477\"/><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://www.linkedin.com/in/ysmael-gaona-25052730/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/g.jpg\" alt=\"\" class=\"wp-image-9474\"/></a><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/01/imexico.png\" alt=\"\" class=\"wp-image-9825\"/></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ibercrimainternacional.wordpress.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/01/iber.png\" alt=\"\" class=\"wp-image-9834\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/f.jpg\" alt=\"\" class=\"wp-image-9481\"/><figcaption class=\"wp-element-caption\"><br></figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/e.jpg\" alt=\"\" class=\"wp-image-9473\"/></a></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2022/04/el-slavador.png\" alt=\"\" class=\"wp-image-9940\"/></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://web.facebook.com/ICPJM\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2022/04/somecic.png\" alt=\"\" class=\"wp-image-9925\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Miembros','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','472-revision-v1','','','2024-04-28 12:02:13','2024-04-28 17:02:13','',472,'https://redpsiju.com/?p=10095',0,'revision','',0),(10096,1,'2024-04-28 12:05:28','2024-04-28 17:05:28','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Condecoración Institucional\",\"post_status\":\"publish\",\"post_date\":\"2023-09-19 10:09:45\",\"post_author\":\"1\",\"post_name\":\"condecoracion-medalla-al-merito-iberoamericano\",\"featured_image\":\"https://redpsiju.com/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"ypf2701\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"sey2511\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"86q9394\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003csection class=\\u0022kc-elm kc-css-2213324 kc_row\\u0022 data-kc-fullwidth=\\u0022row\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-row-container  kc-container\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-wrap-columns\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-col-container\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-elm kc-css-1672798 kc-title-wrap \\u0022\\u003e\\n\\u003ch4 class=\\u0022kc_title\\u0022\\u003eReconocer para Avanzar\\u003c/h4\\u003e\\n\\u003ch1\\u003eMedalla al Mérito Iberoamericano\\u003c/h1\\u003e\\n\\u003c/div\\u003e\\n\\u003cdiv class=\\u0022kc-elm kc-css-3114145 kc_text_block\\u0022\\u003e\\n\\u003cp\\u003eMediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano \\u003cstrong\\u003e\\u0022Integración Inter Continental PsiJurídica\\u0022\\u003c/strong\\u003e, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la \\u003cstrong\\u003ePsicología Aplicada al Ámbito Jurídico\\u003c/strong\\u003e.\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003cdiv class=\\u0022kc-elm kc-css-912537\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-carousel_images kc-elm kc-css-912537\\u0022\\u003e\\n\\u003cdiv class=\\u0022kc-carousel-images owl-carousel-images kc-sync1 \\u0022 data-owl-i-options=\\u0022{\\u0026quot;items\\u0026quot;:\\u0026quot;2\\u0026quot;,\\u0026quot;tablet\\u0026quot;:\\u0026quot;2\\u0026quot;,\\u0026quot;mobile\\u0026quot;:\\u0026quot;1\\u0026quot;,\\u0026quot;speed\\u0026quot;:\\u0026quot;500\\u0026quot;,\\u0026quot;navigation\\u0026quot;:\\u0026quot;yes\\u0026quot;,\\u0026quot;pagination\\u0026quot;:\\u0026quot;yes\\u0026quot;,\\u0026quot;autoheight\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;progressbar\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;delay\\u0026quot;:\\u0026quot;3\\u0026quot;,\\u0026quot;autoplay\\u0026quot;:\\u0026quot;yes\\u0026quot;,\\u0026quot;showthumb\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;num_thumb\\u0026quot;:\\u0026quot;5\\u0026quot;}\\u0022\\u003e\\n\\u003cdiv class=\\u0022item\\u0022\\u003e\\n\\u003cp\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/consejo1.png\\u0022 alt=\\u0022\\u0022 /\\u003e\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003cdiv class=\\u0022item\\u0022\\u003e\\n\\u003cp\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/medallas.png\\u0022 alt=\\u0022\\u0022 /\\u003e\\u003c/p\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\u003c/section\\u003e\\n\\n\\n\\u003cdiv class=\\u0022wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\\u0022\\u003e\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/resolucion.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/reso.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9546\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/resolucionmedalla.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/meda.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9545\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cdiv class=\\u0022wp-block-column is-layout-flow wp-block-column-is-layout-flow\\u0022\\u003e\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003ca href=\\u0022http://www.redpsiju.com/doc/diplo.pdf\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2020/03/diplo.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9576\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\u003c/div\\u003e\\n\\u003c/div\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\",\"pagelayer-id\":\"s2u3735\"} --><section class=\"kc-elm kc-css-2213324 kc_row\" data-kc-fullwidth=\"row\">\n<div class=\"kc-row-container  kc-container\">\n<div class=\"kc-wrap-columns\">\n<div class=\"kc-elm kc-css-928399 kc_col-sm-12 kc_column kc_col-sm-12\">\n<div class=\"kc-col-container\">\n<div class=\"kc-elm kc-css-1672798 kc-title-wrap \">\n<h4 class=\"kc_title\">Reconocer para Avanzar</h4>\n<h1>Medalla al Mérito Iberoamericano</h1>\n</div>\n<div class=\"kc-elm kc-css-3114145 kc_text_block\">\n<p>Mediante Resolución N° 001-2016-REDPSIJU-PPT, se creó la la Condecoración Medalla al Mérito Iberoamericano <strong>\"Integración Inter Continental PsiJurídica\"</strong>, para destacar y estimular a todas aquellas personas naturales y/o jurídicas, públicas o privadas, nacionales e internacionales, que con su experiencia de gestión, trabajo cooperativo, empeño por el desarrollo de la ciencia psicológica y aportes para la construcción de un escenario global, contribuyan a la consolidación del proceso de desarrollo de la <strong>Psicología Aplicada al Ámbito Jurídico</strong>.</p>\n</div>\n<div class=\"kc-elm kc-css-912537\">\n<div class=\"kc-carousel_images kc-elm kc-css-912537\">\n<div class=\"kc-carousel-images owl-carousel-images kc-sync1 \" data-owl-i-options=\"{&quot;items&quot;:&quot;2&quot;,&quot;tablet&quot;:&quot;2&quot;,&quot;mobile&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;navigation&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;yes&quot;,&quot;autoheight&quot;:&quot;&quot;,&quot;progressbar&quot;:&quot;&quot;,&quot;delay&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;showthumb&quot;:&quot;&quot;,&quot;num_thumb&quot;:&quot;5&quot;}\">\n<div class=\"item\">\n<p><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/consejo1.png\" alt=\"\" /></p>\n</div>\n<div class=\"item\">\n<p><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/medallas.png\" alt=\"\" /></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/resolucion.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/reso.png\" alt=\"\" class=\"wp-image-9546\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/resolucionmedalla.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/meda.png\" alt=\"\" class=\"wp-image-9545\"/></a></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"http://www.redpsiju.com/doc/diplo.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2020/03/diplo.png\" alt=\"\" class=\"wp-image-9576\"/></a></figure>\n</div>\n</div>\n\n\n\n<p></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Condecoración Institucional','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','10016-revision-v1','','','2024-04-28 12:05:28','2024-04-28 17:05:28','',10016,'https://redpsiju.com/?p=10096',0,'revision','',0),(10097,1,'2024-04-28 12:07:21','2024-04-28 17:07:21','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Eventos\",\"post_status\":\"publish\",\"post_date\":\"2019-06-26 08:15:31\",\"post_author\":\"1\",\"post_name\":\"eventos\",\"featured_image\":\"https://redpsiju.com/wp-content/plugins/pagelayer/images/default-image.png\",\"pagelayer-id\":\"u864029\"} /-->\n<!-- wp:pagelayer/pl_row {\"pagelayer-id\":\"k4e9871\"} -->\n<!-- wp:pagelayer/pl_col {\"col\":\"12\",\"pagelayer-id\":\"z8i5241\"} -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp style=\\u0022text-align: center;\\u0022\\u003eReunión del Directorio de la RedPsiJu: construyendo los Encuentros Iberoamericanos\\u003c/p\\u003e\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-large\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2021/03/red-1024x576.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-9887\\u0022/\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eIntegración Global PsiJurídica\\u003c/h4\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003e\\u003ca href=\\u0022http://www.encuentrospsijuridicos.redpsiju.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022 aria-label=\\u0022Articulación Académica y Científica (se abre en una nueva pestaña)\\u0022\\u003eArticulación Académica y Científica\\u003c/a\\u003e\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-full\\u0022\\u003e\\u003ca href=\\u0022http://www.encuentrospsijuridicos.redpsiju.com/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2023/09/bred1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-10003\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\\n\\n\\n\\n\\u003cp\\u003e\\u003c/p\\u003e\\n\\n\\n\\n\\u003ch4 class=\\u0022wp-block-heading\\u0022\\u003eModalidad Blended Learning\\u003c/h4\\u003e\\n\\n\\n\\n\\u003ch2 class=\\u0022wp-block-heading\\u0022\\u003eParticipa desde donde vives\\u003c/h2\\u003e\\n\\n\\n\\n\\u003cfigure class=\\u0022wp-block-image size-full\\u0022\\u003e\\u003ca href=\\u0022http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noreferrer noopener\\u0022\\u003e\\u003cimg src=\\u0022https://redpsiju.com/wp-content/uploads/2023/09/masred1.png\\u0022 alt=\\u0022\\u0022 class=\\u0022wp-image-10007\\u0022/\\u003e\\u003c/a\\u003e\\u003c/figure\\u003e\",\"pagelayer-id\":\"s4c9627\"} --><p style=\"text-align: center;\">Reunión del Directorio de la RedPsiJu: construyendo los Encuentros Iberoamericanos</p>\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://redpsiju.com/wp-content/uploads/2021/03/red-1024x576.png\" alt=\"\" class=\"wp-image-9887\"/></figure>\n\n\n\n<p></p>\n\n\n\n<h4 class=\"wp-block-heading\">Integración Global PsiJurídica</h4>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.com/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Articulación Académica y Científica (se abre en una nueva pestaña)\">Articulación Académica y Científica</a></h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"http://www.encuentrospsijuridicos.redpsiju.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2023/09/bred1.png\" alt=\"\" class=\"wp-image-10003\"/></a></figure>\n\n\n\n<p></p>\n\n\n\n<h4 class=\"wp-block-heading\">Modalidad Blended Learning</h4>\n\n\n\n<h2 class=\"wp-block-heading\">Participa desde donde vives</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"http://escuelapsi.org/index.php/oferta-academica/programas-de-especializacion/psicologia-juridica-y-forense\" target=\"_blank\" rel=\"noreferrer noopener\"><img src=\"https://redpsiju.com/wp-content/uploads/2023/09/masred1.png\" alt=\"\" class=\"wp-image-10007\"/></a></figure><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n','Eventos','\n				<![CDATA[\n						]]>		','inherit','closed','closed','','661-revision-v1','','','2024-04-28 12:07:21','2024-04-28 17:07:21','',661,'https://redpsiju.com/?p=10097',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(8932,26,0),(8931,26,0),(8928,26,0),(10026,26,0),(10021,26,0),(10061,26,0),(8938,26,0),(1906,1,0),(1900,10,0),(1900,11,0),(1900,14,0),(1901,4,0),(1901,5,0),(1901,14,0),(1902,4,0),(1902,11,0),(1902,14,0),(1903,6,0),(1903,11,0),(1903,14,0),(1904,10,0),(1904,11,0),(1905,15,0),(1905,17,0),(1905,18,0),(1905,19,0),(1905,20,0),(1905,21,0),(1905,22,0),(1905,23,0),(1905,24,0),(1905,25,0),(1905,5,0),(1905,6,0),(1905,10,0),(8787,17,0),(1907,4,0),(1907,5,0),(1907,14,0),(1909,4,0),(1909,10,0),(1910,5,0),(1910,6,0),(8787,4,0),(8787,5,0),(8787,6,0),(8787,18,0),(8789,23,0),(8789,7,0),(8789,8,0),(8789,9,0),(8789,24,0),(9041,26,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'nav_menu','',0,0),(3,3,'category','',0,0),(4,4,'category','',0,5),(5,5,'category','',0,5),(6,6,'category','',0,4),(7,7,'category','',0,1),(8,8,'category','',0,1),(9,9,'category','',0,1),(10,10,'category','',0,4),(11,11,'category','',0,4),(12,12,'category','',0,0),(13,13,'category','',0,0),(14,14,'category','',0,5),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,2),(18,18,'post_tag','',0,2),(19,19,'post_tag','',0,1),(20,20,'post_tag','',0,1),(21,21,'post_tag','',0,1),(22,22,'post_tag','',0,1),(23,23,'post_tag','',0,2),(24,24,'post_tag','',0,2),(25,25,'post_tag','',0,1),(26,26,'nav_menu','',0,8);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'mnuRed','mnured',0),(3,'Click','click',0),(4,'comunity','comunity',0),(5,'digital','digital',0),(6,'ecommerce','ecommerce',0),(7,'Inspiration','inspiration',0),(8,'Investment','investment',0),(9,'Marketing','marketing',0),(10,'product','product',0),(11,'sales','sales',0),(12,'SEO','seo',0),(13,'Social Media','social-media',0),(14,'startup','startup',0),(15,'business','business',0),(16,'consultant','consultant',0),(17,'customer','customer',0),(18,'design','design',0),(19,'digital','digital',0),(20,'ideas','ideas',0),(21,'leadership','leadership',0),(22,'product','product',0),(23,'startup','startup',0),(24,'user','user',0),(25,'value','value',0),(26,'Main','main',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admRedIbe'),(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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','text_widget_custom_html'),(15,1,'show_welcome_panel','1'),(69,1,'default_password_nag',''),(91,1,'wp_pagelayer_logout_url',''),(17,1,'wp_dashboard_quick_press_last_post_id','10100'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"179.6.46.0\";}'),(24,1,'closedpostboxes_page','a:1:{i:0;s:23:\"vast-meta-hide-title-id\";}'),(25,1,'metaboxhidden_page','a:1:{i:0;s:17:\"kc-hidden-metabox\";}'),(28,1,'meta-box-order_page','a:3:{s:6:\"normal\";s:53:\"vast-meta-hide-title-id,vast-meta-hide-breadcrumbs-id\";s:8:\"advanced\";s:17:\"kc-hidden-metabox\";s:4:\"side\";s:0:\"\";}'),(19,1,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&align=left&imgsize=thumbnail'),(20,1,'wp_user-settings-time','1607702266'),(21,1,'nav_menu_recently_edited','26'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:4:{i:0;s:24:\"add-post-type-kc-section\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:23:\"add-kc-section-category\";}'),(38,1,'elementor_introduction','a:1:{s:10:\"rightClick\";b:1;}'),(90,1,'wp_persisted_preferences','a:4:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:1:{i:0;s:15:\"page-attributes\";}}s:9:\"_modified\";s:24:\"2023-10-23T15:02:06.070Z\";s:22:\"core/customize-widgets\";a:1:{s:12:\"welcomeGuide\";b:0;}s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),(116,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admRedIbe','$P$BFfdRr.cxL7g4zukZ86UM161Cy8h2X0','admredibe','jchtorres@redpsiju.com','','2020-02-29 15:50:08','',0,'admRedIbe'),(2,'ismm','$P$B048Faht2IlfSgEvyKyHYlAmtquiW.0','ismm','123@abc.com','','2020-04-21 06:42:46','',0,'ismm');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-09-23 14:14:29